mcpbeat Sign in

Vibeads MCP Server

local only

Vibeads runs on your own machine — the client starts it, so there is no endpoint to ping. 99 installs a week from npm. Last commit 4 Sep 2026.

Manage Google Ads from Claude: read metrics, draft campaigns, publish with human approval.

Installs per day peak 158 · avg 20 · -53% w/w
a month agotoday
99
Installs / week
npm · @vibeads/mcp
0
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Vibeads every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @vibeads/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@vibeads/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@vibeads/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@vibeads/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@vibeads/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VIBEADS_API_KEY (Your VibeAds MCP API key (generate at getvibeads.com/app/settings/mcp)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vibeads

same job, measured the same way
A
Google Ads
by adramp

Google Ads MCP server — manage campaigns, keywords, and metrics.

answering
LoomaScale Ads
by loomascale

Run Google Ads and Meta Ads from ChatGPT or Claude: audit wasted spend, create and manage campaigns.

answering
MCP Ads
by mcp-ads

Run Google Ads, Meta Ads, GA4 and Search Console from chat: read, audit and launch campaigns.

answering
Google Ads MCP
by pipeboard

Google Ads automation with AI: analyze performance, manage campaigns, optimize bids.

answering
Adrex AI
by gauravapiscean

Open-source MCP server for Google Ads & Meta Ads — manage campaigns from any AI assistant.

91 installs/wk local only
Agency AI – Meta & Google Ads Automation
by agencyai

Create, launch, and manage Meta + Google ads from Claude and ChatGPT.

answering
Google Ads Manager MCP
by aleemhaider

Unofficial MCP server for Google Ads: reporting plus safe draft/confirm campaign management.

38 installs/wk local only
AdWhiz — Google & Meta Ads MCP Server
by iamzifei

Google & Meta Ads management with 100+ tools. Audit, create, and optimize campaigns.

answering

Vibeads — questions

Answers built from our own checks of this server.

Why is there no uptime for Vibeads?
Vibeads runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @vibeads/mcp was installed 99 times last week.
How do I connect Vibeads?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @vibeads/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vibeads?
The npm package @vibeads/mcp was installed 99 times in the last week. Week over week that is -53%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vibeads open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.