gadschain for Grok
io.github.snipmcp/gadschain
Google Ads MCP server. Read campaigns, manage budgets, pause/enable, add negative keywords.
client:Grok
transport:stdio
runtime:pypi
Install gadschain in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gadschain": {
"type": "stdio",
"command": "uvx",
"args": [
"gadschain"
]
}
}
}
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