ads-mcp-server

jmacaggi-gfm/ads-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
Local MCP server exposing Google Ads + Meta Marketing data to Claude (Cowork)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ads-mcp-server": {
      "command": "uvx",
      "args": [
        "ads-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ads-mcp-server