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 & infraMaintained by
OfficialProtocol
Model Context ProtocolSource
cloudflare/mcp-server-cloudflare
Cloud & infraMaintained by
OfficialProtocol
Model Context ProtocolSource
cloudflare/mcp-server-cloudflare
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.