Connect an AI client
AdCue exposes Google Ads tools over the Model Context Protocol (MCP) so AI clients can call them with your connected account.Endpoint
- Create an account
- Connect Google Ads
- Ensure your account has MCP / agent access for the clients you use
ChatGPT
- Open the AdCue invitation or listing provided for your account (private beta rollout is staggered).
- Sign in to AdCue when ChatGPT prompts you.
- Connect Google Ads if you have not already (website or chat prompt).
- Verify with a read prompt: “List my connected Google Ads accounts” or “Check my Google Ads connection.”
- For writes, approve each mutation the client proposes.
One-click ChatGPT access may roll out after website connection. You can always connect Google Ads on the website first; both paths share the same connection.
Claude (Desktop / Code / Cowork)
Remote MCP URL
Add AdCue as a remote MCP server using the production URL above. Exact menus vary by Claude surface (directory install, Connectors, or manual MCP config). Typical remote config shape (client-specific fields may differ):Auth
- Complete AdCue OAuth / sign-in when the client prompts you.
- If your plan uses API keys, create one at adcue.app/app/keys and paste it only into the client’s secret field — never into chat or tickets.
Cursor
- Open Cursor Settings → MCP (or the equivalent MCP servers panel).
- Add a server named
adcuewith URLhttps://mcp.adcue.app/mcp. - Supply auth (OAuth or API key) as required by your account.
- Restart MCP / reload the window if tools do not appear.
- Test with a read tool via the agent (list campaigns or connection status).
mcp.json style entry:
Other MCP clients
Windsurf, Gemini CLI, Codex, and other MCP-compatible hosts follow the same pattern:- Register
https://mcp.adcue.app/mcpas a Streamable HTTP / remote MCP server. - Authenticate as your AdCue user.
- Confirm tools appear (
search_tools,google_ads, connection helpers). - Start with read-only calls.
First prompts that stay safe
API keys
Treat keys like passwords. Rotate or revoke compromised keys from the Keys page. Do not commit keys to git or paste them into public issues.