MCP server
Manage Google Ads from Claude: read metrics, draft campaigns, publish with human approval.
0 stars83 downloads/wk
Reviews
Write oneNobody has reviewed MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
MCP tools (2, 1 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
check_approvalCheck the status of a publish approval created with request_publish. Status is one of: pending, approved, rejected, expired, executing, executed, failed. While pending, remind the user to open the approval link in their browser — approval cannot happen through the API. Once executed, the campaign is live in Google Ads and serving ads immediately (it is not paused) — tell the user it is now spendin
request_publishwrite actionStart the publish flow for a campaign that already has ad groups — find it with list_campaigns, or create one from a finished preview with apply_strategy (a bare generate_strategy jobId does not qualify). Publishing spends real money, so this returns a human-approval URL instead of publishing directly — SHOW the approvalUrl to the user and ask them to open it in their browser, review the budget, a
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan33 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 16 days ago15/15
- Maintainer identityregistry namespace matches repository owner7/10
Install directly
Runs npx -y @vibeads/mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add mcp -- npx -y @vibeads/mcp
MCP: common questions
- Is MCP server safe?
- Mostly: it is graded B (82/100). Read the MCP safety report
- How do I install MCP?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does MCP need an API key?
- Yes. The registry entry asks for
VIBEADS_API_KEY. - Is MCP maintained?
- The last commit was 16 days ago (2026-09-04). The latest release is v0.2.6.