Home/Servers/Cloudflare MCP Server

Cloudflare MCP Server

by Cloudflare ยท โญ 1.5k stars ยท updated 1 weeks ago

Manage Cloudflare DNS, Workers, R2 storage, KV, and more through your AI assistant. Configure domains, deploy workers, and manage your Cloudflare infrastructure.

85
Very Good

Quality Score Breakdown

maintenance87/100
community83/100
documentation86/100
compatibility84/100

Use Cases

  • โœ“manage DNS records
  • โœ“deploy Workers
  • โœ“configure CDN
  • โœ“manage R2 storage

โšก One-Click Install Configs

Copy the config below and paste it into your AI client's config file.

๐Ÿค– Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cloudflare": {
      "command": "npx",
      "args": [
        "-y",
        "@cloudflare/mcp-server-cloudflare"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "YOUR_CLOUDFLARE_TOKEN"
      }
    }
  }
}
โšก Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cloudflare": {
      "command": "npx",
      "args": [
        "-y",
        "@cloudflare/mcp-server-cloudflare"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "YOUR_CLOUDFLARE_TOKEN"
      }
    }
  }
}
๐Ÿ’™ VS Code
.vscode/mcp.json
{
  "mcp": {
    "servers": {
      "cloudflare": {
        "command": "npx",
        "args": [
          "-y",
          "@cloudflare/mcp-server-cloudflare"
        ],
        "env": {
          "CLOUDFLARE_API_TOKEN": "YOUR_CLOUDFLARE_TOKEN"
        }
      }
    }
  }
}
โ† Back to all servers