Skip to content
VS Code

Google Ads MCP Server for VS Code

io.github.cesteral/gads-mcp

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

client:VS Code transport:streamable-http runtime:npm

Install Google Ads MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "gads-mcp": {
      "type": "http",
      "url": "https://{host}/gads-mcp/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Google Ads MCP Server in other clients