Connect ChatGPT & Claude
Adscriptly ships a remote MCP server that puts the Adscriptly Assistant inside the AI tools you already use. Connect it once and your assistant can query your Google Ads accounts, read conversion data, and propose account changes that wait for your approval.
The server lives at a single endpoint:
https://adscriptly.com/api/mcpAuthentication is OAuth 2.1 with Dynamic Client Registration and S256 PKCE. There are no API keys to copy: the client you connect from opens an Adscriptly sign-in, and the grant is scoped to your account.
Plan requirement
Connect from Claude
Open the connector settings
In Claude, go to Customize → Connectors → Add custom connector.
Add the Adscriptly server
Paste https://adscriptly.com/api/mcp, select Connect, then sign in to Adscriptly when the browser window opens.
Connect from Claude Code
Two commands, run from any terminal:
claude mcp add --transport http adscriptly https://adscriptly.com/api/mcp
claude mcp login adscriptlyThe first registers the server, the second opens the OAuth sign-in. After that, the Adscriptly tools are available in every Claude Code session.
Connect from ChatGPT
Enable developer mode
In ChatGPT, go to Settings → Security and login → Developer mode and turn it on.
Create the app
Open https://chatgpt.com/plugins and choose Create app.
Point it at Adscriptly
Paste https://adscriptly.com/api/mcp as the MCP server URL, create the app, then sign in to Adscriptly when prompted.
What the server exposes
The server exposes read-only account analysis plus separately scoped and annotated write operations. Reads run freely: campaign, keyword, search-term, and conversion queries against the accounts you authorized. Writes are a separate scope, annotated so the client shows you what a tool changes before it runs.
For the full tool list and worked examples, see Claude for Google Ads and Claude for Meta Ads, or the Google Ads MCP integration guide.
No account yet?
The connector needs an Adscriptly account with a connected ad account. Start the free 7-day trial and connect Google Ads first, then come back to this page.