How to Use the Google Ads MCP in Cursor
Inject live Google Ads performance data directly into your Cursor code base using this MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Google Ads MCP to Cursor
Create your Vinkius account to connect Google Ads to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate Code with Live Google Ads Data in Cursor via MCP
The `get_campaign_report` tool feeds live Google Ads performance metrics directly to the Cursor agent while you write code. You build dashboard widgets using real JSON responses instead of guessing API structures or relying on outdated mock objects. This live loop means your Cursor editor writes functional Google Ads data parsers on the first try. You avoid the typical write-compile-fail cycle because the AI sees the actual schema of your active campaigns.
Debug Campaign Configurations in the Editor
The `get_campaign_details` tool retrieves the exact settings of your live Google Ads campaigns directly into your active Cursor file. You inspect targeting parameters and bidding strategies without leaving your Cursor workspace. Combine this with `get_change_status` in Cursor to track down when a budget limit or bid strategy changed. You spot issues in your Google Ads setup while writing the very code meant to fix them.
Integrate Keyword Metrics Into Your App
The `search_keywords` tool pulls Google Ads search volumes and competition data directly into your Cursor coding session. This direct MCP channel lets you build search-intent tools using real-time search trends. Map these keywords to `get_keyword_performance` in Cursor to verify which terms drive actual revenue. Your Cursor agent writes precise filters to exclude low-performing search terms from your application logic.
Set up Google Ads MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Google Ads MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Google Ads transactions." If the MCP tools are loaded correctly, Cursor will call the Google Ads tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"google-ads-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Google Ads. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Google Ads MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Google Ads MCP today
We host it, we monitor it, we maintain it. You just paste one token.