PluginBench
MCP Server

AdsAgent — Google Ads MCP MCP Server

md.adsagent/google-mcp

What is the AdsAgent — Google Ads MCP MCP server?

Hosted Google Ads MCP with OAuth, bounded reads, and prepare/confirm writes.

How to install AdsAgent — Google Ads MCP

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "google-mcp": {
      "url": "https://google.adsagent.md/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "google-mcp": {
      "serverUrl": "https://google.adsagent.md/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "google-mcp": {
      "type": "http",
      "url": "https://google.adsagent.md/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "google-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://google.adsagent.md/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http google-mcp https://google.adsagent.md/mcp

Related MCP servers

Hosted Meta ads MCP with OAuth, bounded reads, and prepare/confirm writes.

View repository →

Hosted TikTok ads MCP with OAuth, bounded reads, and prepare/confirm writes.

View repository →