Skip to content
VS Code

MCP Cloudflare for VS Code

io.github.crunchtools/cloudflare

Secure MCP server for Cloudflare DNS, Transform Rules, and Page Rules

client:VS Code transport:stdio runtime:pypi

Install MCP Cloudflare in VS Code

.vscode/mcp.json

{
  "servers": {
    "cloudflare": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-cloudflare-crunchtools"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MCP Cloudflare in other clients