
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@vibeads/mcp
Advanced tools
Official VibeAds MCP server — talk to your Google Ads account from Claude Desktop, Cursor, or any MCP-compatible client. Built for local service businesses (plumbers, HVAC, electricians, roofers, and 33 more categories).
Talk to your Google Ads account from Claude Desktop, Cursor, or any MCP client.
Built for local service businesses — plumbers, HVAC, electricians, roofers, and 33 more categories.
The official Model Context Protocol server for VibeAds. Ask Claude questions like "which search terms are wasting my budget?" or "what's my account health score?" and get answers pulled from your live campaign data.
Unlike generic Google Ads MCP servers, this one is pre-tuned for local service businesses and rolls up 35+ diagnostic rules into a single 0-100 account health score across 6 dimensions. On Pro/Max plans it can also draft campaign strategies, execute guarded optimizations, and kick off publish flows — with a human always approving anything that spends money.
Sign in to your VibeAds account and generate an API key:
Keys start with vba_mcp_ and are scoped to your account only.
Open your config file:
| OS | Path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| Linux | ~/.config/Claude/claude_desktop_config.json |
Add this to the mcpServers block:
{
"mcpServers": {
"vibeads": {
"command": "npx",
"args": ["-y", "@vibeads/mcp"],
"env": {
"VIBEADS_API_KEY": "vba_mcp_YOUR_KEY_HERE"
}
}
}
}
Restart Claude Desktop. You should see the VibeAds tools appear in the 🔨 tool menu.
vibeadsnpx -y @vibeads/mcpVIBEADS_API_KEY=vba_mcp_YOUR_KEY_HEREUse the same config as Claude Desktop above. Most MCP clients follow the same schema.
Setup is one env var — every tool (read and write) runs through the secure server-side VibeAds gateway with your API key.
| Variable | Required? | Purpose |
|---|---|---|
VIBEADS_API_KEY | ✅ Required | Your vba_mcp_... key. This is the only credential any tool needs. |
VIBEADS_SUPABASE_URL | Optional | Override the VibeAds backend URL. Defaults to the production endpoint. |
Once configured, you can ask Claude questions like:
"Show me all my VibeAds campaigns"
"Which campaigns are paused?"
"Give me the 5 most recently created campaigns"
"Tell me everything about my plumber campaign in Austin"
"How did my HVAC campaign perform last week?"
"What's the CPA for campaign abc12345?"
"What's my VibeAds account health score?"
"Which dimension is pulling my score down?"
"Give me the health score just for campaign xyz"
"What search terms are wasting my budget?"
"Show me the top 10 winning keywords from the last 30 days"
"How much am I wasting on terms with zero conversions?"
"What should I fix first?"
"Show me all critical diagnostics"
"What's wrong with my roofing campaign?"
| Tool | Purpose |
|---|---|
list_campaigns | Enumerate all campaigns with status, budget, category |
get_campaign_details | Deep dive on one campaign: metrics, ad groups, targeting, landing pages, diagnostics |
get_account_health_score | 0-100 score + letter grade across 6 dimensions, optionally per-campaign |
get_search_term_analysis | Wasted spend + winners from search terms report (configurable lookback + threshold) |
get_diagnostics | Full list of active agent-optimize diagnostics with severity + recommended fix |
The read tools are read-only — they cannot create, modify, pause, or delete anything in your Google Ads account. They run server-side through the VibeAds gateway and need only VIBEADS_API_KEY. Read tools work on any plan, free tier included.
Write tools talk to the secure server-side VibeAds gateway and need only VIBEADS_API_KEY — no Supabase keys. Every action runs inside VibeAds' safety guardrails (blast-radius caps, rate limits, auto-rollback if metrics worsen), and publishing always requires a human approving in the browser — the API key alone can never spend money.
| Tool | Purpose |
|---|---|
generate_strategy | Draft a full campaign strategy (keywords, ad copy, 3+ ad groups) server-side. Costs 13 credits. Draft only — nothing is published, no money is spent |
get_strategy_status | Poll a strategy job: status, phase, and drafted ad groups once complete |
list_recommendations | Pending optimization recommendations awaiting approval, with the session + recommendation IDs |
approve_recommendation | Execute ONE diagnosed optimization inside the safety guardrails; sibling recommendations stay pending |
request_publish | Start the publish flow — returns a human-approval URL because publishing spends real money |
check_approval | Poll a publish approval: pending → approved → executing → executed (or rejected / expired / failed) |
The approval-link flow:
request_publish and shows you an approval link.check_approval and continues once the campaign is live.https://getvibeads.com/app/settings/mcp.For maximum security, rotate your API key whenever a device changes hands or an engagement ends.
npx runtime)| VibeAds MCP | GoMarble MCP | Google Ads MCP (official) | |
|---|---|---|---|
| Setup time | 2 min | 15 min | 30 min |
| OAuth required | ❌ (API key only) | ✅ | ✅ |
| GAQL knowledge required | ❌ | ✅ | ✅ |
| Local service tuning | ✅ | ❌ | ❌ |
| Account health score | ✅ 6 dimensions | ❌ | ❌ |
| Pre-built diagnostics | ✅ 35+ rules | ❌ | ❌ |
| Multi-account | ✅ | ✅ | ✅ |
| Guarded write actions | ✅ human-approved publish | ❌ | ❌ |
When to use VibeAds MCP: You run a local service business (or manage ads for one) and want pre-tuned insights without learning GAQL.
When to use GoMarble / Google Ads MCP: You need to run custom GAQL queries or work with non-service-business campaigns (e-commerce, B2B SaaS, etc.).
The three can coexist — install whichever ones fit your workflow.
vba_mcp_Diagnostics are generated every 6 hours by the VibeAds agent. If you just published a campaign, wait 6-12 hours for the first run.
Search term sync runs every 6 hours. For new campaigns, allow 24-48 hours for meaningful data to accumulate.
Make sure you have Node.js 20+ installed: node --version. Claude Desktop and Cursor both shell out to npx, so Node must be in your PATH.
This is an open-source MIT package. Issues and PRs welcome at: https://github.com/vibeads/mcp/issues
MIT © VibeAds
FAQs
Official VibeAds MCP server — talk to your Google Ads account from Claude Desktop, Cursor, or any MCP-compatible client. Built for local service businesses (plumbers, HVAC, electricians, roofers, and 33 more categories).
The npm package @vibeads/mcp receives a total of 59 weekly downloads. As such, @vibeads/mcp popularity was classified as not popular.
We found that @vibeads/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.