Skip to content
Cursor

Cloudflare MCP Pro for Cursor

io.github.helbertparanhos/cloudflare-mcp-pro

Cloudflare MCP: DNS, Zones, Workers, KV, R2, D1, Pages, WAF, SSL, Email, AI via REST API v4

client:Cursor transport:stdio runtime:npm

Install Cloudflare MCP Pro in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cloudflare-mcp-pro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cloudflare-mcp-pro"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<CLOUDFLARE_API_TOKEN>",
        "CLOUDFLARE_ACCOUNT_ID": "<CLOUDFLARE_ACCOUNT_ID>",
        "CLOUDFLARE_API_BASE": "<CLOUDFLARE_API_BASE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Cloudflare MCP Pro in other clients