Quickstart
Get your AI assistant talking to your ad accounts in three steps.
1. Sign in and connect your accounts
Go to app.adsyncs.net and sign up — Google sign-in or email magic link.
In the Connections tab, click each platform you use. You'll be redirected to that platform's login screen, you approve AdsSyncs' read-only access (and writes, if you want them), and you come back to the dashboard. After each connection, pick which ad accounts the AI is allowed to see.
We only get a refresh token from the ad platform. Your password never touches AdsSyncs. You can revoke access from either the platform (Google Account → Security, Meta Business, etc.) or our dashboard.
2. Install the connector in your AI client
Open a terminal and run the one-line installer for the client you use. It writes the MCP server config into the client's settings file — nothing else.
npx -y @adsyncs/mcp-install claudeThen fully quit and reopen your AI client. Tools prefixed google_ads_*, meta_ads_*, linkedin_ads_*, and bing_ads_* will appear in the tool picker.
Each client page below has the JSON snippet you can paste by hand: Claude Desktop, Codex, Antigravity.
3. Ask your first question
Open a new chat and try one of these:
"List all my Google Ads accounts."
"Show me the top 5 Meta campaigns by spend last week."
"Are there any search terms on my Bing account that look like clear negatives?"
The AI will pick the right tool, the MCP server will fetch the data using your authorized accounts, and the answer comes back in the chat.
Where to go next
- Look up a specific capability — Tool catalog.
- Want safe writes on? — Open app.adsyncs.net/settings → Writes and flip the toggle per provider.
- Trouble? — See your client page for log paths and re-install commands.