← Back to Plugins
MCP Server MCP

io.github.chiranj/mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @vibeads/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@vibeads/mcp",
      "version": "0.2.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your VibeAds MCP API key (generate at getvibeads.com/app/settings/mcp)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "VIBEADS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...