nowork-studio/adsagent-mcp
Connect your Google Ads to Claude, Codex, or any MCP-compatible AI assistant. Manage campaigns, optimize keywords, and cut wasted spend through conversation.
Platform-specific configuration:
{
"mcpServers": {
"adsagent-mcp": {
"command": "npx",
"args": [
"-y",
"adsagent-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](LICENSE)
Connect your Google Ads account to Claude, Codex, or any MCP-compatible AI assistant. Manage campaigns, optimize keywords, and cut wasted spend — all through conversation.
AdsAgent is a hosted MCP server. You don't install or run anything — just connect your Google Ads account, copy a config snippet, and your AI can start managing your ads.
Go to [adsagent.org/connect](https://adsagent.org/connect) and sign in with Google. You'll get a personal access token.
Add to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json Linux: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"adsagent": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://adsagent.org/api/mcp",
"--transport",
"streamable-http",
"--header",
"Authorization: Bearer YOUR_TOKEN"
]
}
}
}Replace YOUR_TOKEN with the token from step 1. Then restart Claude Desktop.
claude mcp add adsagent -- npx -y mcp-remote https://adsagent.org/api/mcp --transport streamable-http --header "Authorization: Bearer YOUR_TOKEN"codex mcp add adsagent --url https://adsagent.org/api/mcp -- --header "Authorization: Bearer YOUR_TOKEN"Ask your AI something like:
> "How are my Google Ads campaigns performing? Show me the top spenders and any wasted budget."
| Tool | Description | |---|---| | getAccountInfo | Account name, currency, timezone, test status | | listCampaigns | All campaigns with i
Loading reviews...