Google Ads MCP for Cursor
AdWhiz integrates with Cursor IDE via MCP, giving Cursor's AI assistant direct access to your Google Ads account. Audit campaigns, add keywords, adjust budgets, and analyze performance without leaving your editor.
Get MCP AccessHow to Set Up AdWhiz in Cursor
Create your AdWhiz account and get your API key
Sign up at adwhiz.ai and navigate to Settings > API Keys. Generate a new API key for your Cursor workspace. Copy the key — you will paste it into Cursor's MCP settings in the next step.
Open Cursor's MCP Settings
In Cursor, open the Command Palette (Cmd/Ctrl + Shift + P), search for 'MCP Settings', and select 'Cursor: Open MCP Settings'. This opens the mcp_settings.json configuration file.
Add AdWhiz to mcp_settings.json
Add the AdWhiz server configuration to the mcpServers object in your mcp_settings.json. Replace 'your-api-key-here' with the API key you copied from AdWhiz.
{ "mcpServers": { "adwhiz": { "command": "npx", "args": ["-y", "@adwhiz/mcp-server"], "env": { "ADWHIZ_API_KEY": "your-api-key-here" } } } }Restart Cursor and authorize Google Ads
After saving the configuration, restart Cursor for the MCP server to load. On first use, Cursor will prompt you to complete the Google Ads OAuth flow. After authorization, AdWhiz tools will appear in Cursor's tool panel.
// Example prompts in Cursor AI chat: // "Audit my Google Ads account and find wasted spend" // "Show me all campaigns with CPA above my target" // "Add [keyword list] as phrase match to the {campaign name} campaign" // "What is my account's average Quality Score this month?"
AdWhiz works with any MCP-compatible AI coding tool.
支持任何兼容 MCP 的 AI 工具
What You Can Do with AdWhiz in Cursor
- Full account audit without leaving Cursor
- Campaign creation and management via Cursor AI chat
- Keyword analysis and negative keyword addition
- Budget optimization recommendations
- Ad copy review and RSA asset management
- Conversion tracking validation
- Search term report analysis
- Dry-run mode for safe change previews
- Audit log for every mutation executed
- Google Ads API v23 compatibility
AdWhiz + Cursor: Common Questions
Yes. AdWhiz MCP tools are available in both Cursor Chat and Cursor Composer. This means you can include Google Ads operations as part of larger multi-step Composer workflows — for example, generating a campaign strategy and then executing the campaign creation in the same session.
Each developer needs their own AdWhiz API key configured in their local Cursor MCP settings. API keys are user-scoped and should not be shared. Team plan accounts can have multiple API keys — one per developer.
No. Cursor sends tool call requests to the AdWhiz MCP server, which then communicates with the Google Ads API using your OAuth access token. Your Google credentials are stored only by AdWhiz — Cursor never sees them.
If the AdWhiz server is unavailable, Cursor's AI tools that rely on it will return an error. Your Google Ads account is not affected — nothing changes in your account unless a confirmed mutation was in progress. AdWhiz targets 99.9% uptime for the MCP server.
Start Managing Google Ads from Cursor
Get MCP access and connect your Google Ads account to Cursor in under 5 minutes.
或加入邮件列表