PluginBench
MCP Server
Active
Apache-2.0

Google Ads MCP Server MCP Server

io.github.cesteral/gads-mcp

What is the Google Ads MCP Server MCP server?

Google Ads management — campaign writes, GAQL reporting, bulk mutate, validation, and previews

How to install Google Ads MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gads-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cesteral/gads-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gads-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cesteral/gads-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gads-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cesteral/gads-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gads-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cesteral/gads-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add gads-mcp -- npx -y @cesteral/gads-mcp

Related MCP servers

Amazon DSP management — CRUD, async reports, targeting, and audience management

2
TypeScript
Apache-2.0
View repository →

Campaign Manager 360 management — CRUD, Floodlight tracking, async reporting, and targeting

2
TypeScript
Apache-2.0
View repository →

Bid Manager reporting and query workflows for DV360 campaign performance analysis

2
TypeScript
Apache-2.0
View repository →

DV360 campaign management — writes, targeting, custom bidding, previews, and media uploads

2
TypeScript
Apache-2.0
View repository →

LinkedIn Ads management and analytics — CRUD, targeting, delivery forecasts, and media uploads

2
TypeScript
Apache-2.0
View repository →

Meta Ads management — writes, insights, targeting, delivery estimates, previews, and media uploads

2
TypeScript
Apache-2.0
View repository →