google ads intent mcp for Claude Code
io.github.davidmosiah/google-ads-intent-mcp
Dry-run-first Google Ads search-term intent analyzer and negative-keyword MCP for agents.
client:Claude Code
transport:stdio
runtime:pypi
Install google ads intent mcp in Claude Code
run in your project directory
claude mcp add google-ads-intent-mcp -e GOOGLE_ADS_DEVELOPER_TOKEN=<GOOGLE_ADS_DEVELOPER_TOKEN> -e GOOGLE_ADS_CLIENT_ID=<GOOGLE_ADS_CLIENT_ID> -e GOOGLE_ADS_CLIENT_SECRET=<GOOGLE_ADS_CLIENT_SECRET> -e GOOGLE_ADS_REFRESH_TOKEN=<GOOGLE_ADS_REFRESH_TOKEN> -e GOOGLE_ADS_CUSTOMER_ID=<GOOGLE_ADS_CUSTOMER_ID> -- uvx google-ads-intent-mcp
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs