Skip to content
Grok

cloudflare for Grok

io.github.ofershap/cloudflare

MCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE

client:Grok transport:stdio runtime:npm

Install cloudflare in Grok

.mcp.json (in your project root)

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

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

cloudflare in other clients