Skip to content
Grok

adops mcp for Grok

io.github.enzoemir1/adops-mcp

CSV-first analytics for Google Ads + Meta Ads: reporting, anomaly detection, budget optimization.

client:Grok transport:stdio runtime:npm

Install adops mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "adops-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "adops-mcp-server"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

adops mcp in other clients