MCP Cloudflare for Grok
io.github.crunchtools/cloudflare
Secure MCP server for Cloudflare DNS, Transform Rules, and Page Rules
client:Grok
transport:stdio
runtime:pypi
Install MCP Cloudflare in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cloudflare": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-cloudflare-crunchtools"
]
}
}
}
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