[ MCP_NODE_3889 ]

google-ads-mcp-server

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

A FastMCP-powered Model Context Protocol server for Google Ads API integration with automatic OAuth 2.0 authentication

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "google-ads-mcp-server-en": {
            "description": "A FastMCP-powered Model Context Protocol server for Google Ads API integration with automatic OAuth 2.0 authentication",
            "command": "/full/path/to/your/project/.venv/bin/python",
            "args": [
                "/full/path/to/your/project/server.py"
            ]
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.