Cloudflare runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 10 Mar 2026.
MCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add cloudflare -- npx -y mcp-server-cloudflare-dns
{
"mcpServers": {
"cloudflare": {
"args": [
"-y",
"mcp-server-cloudflare-dns"
],
"command": "npx"
}
}
}
[mcp_servers.cloudflare]
command = "npx"
args = ["-y", "mcp-server-cloudflare-dns"]
{
"mcpServers": {
"cloudflare": {
"args": [
"-y",
"mcp-server-cloudflare-dns"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"cloudflare": {
"args": [
"-y",
"mcp-server-cloudflare-dns"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.