kapyn
MCP serversCloud & infra · MCP server

Cloudflare MCP server

Manage Cloudflare from the assistant. Cloudflare's official MCP servers let an assistant work with Workers, DNS, and other services, turning requests into Cloudflare operations.

Category
Cloud & infra
Maintained by
Official
Protocol
Model Context Protocol
Source
cloudflare/mcp-server-cloudflare
View on GitHubBrowse all MCP servers

Installing Cloudflare

Runs on demand via npx. Nothing to install globally.

Claude Code
claude mcp add cloudflare -- npx -y @cloudflare/mcp-server-cloudflare
Claude Desktop · Cursor · VS Code · Windsurf
{
  "mcpServers": {
    "cloudflare": {
      "command": "npx",
      "args": [
        "-y",
        "@cloudflare/mcp-server-cloudflare"
      ]
    }
  }
}

Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.

What it does

Cloudflare's official MCP servers let an assistant work with Workers, DNS, and other services, turning requests into Cloudflare operations.

Like any MCP server, Cloudflare plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.

Related Cloud & infra MCP servers