Home/Directory/Infrastructure/Cloudflare

Cloudflare

@cloudflare · github.com/cloudflare/mcp-server-cloudflare

Manage Workers, KV, R2, D1 and DNS. Deploy and inspect edge resources from a remote MCP endpoint.

Editor TestedInfrastructureSSEcloud / remote auth
GitHub

Install one command

terminal
$ npx -y mcp-remote https://observability.mcp.cloudflare.com/sse

Or add it with the Claude CLI: claude mcp add cloudflare

Tools exposed 7 tools

workers_list
kv_get
kv_put
r2_list_buckets
d1_query
analytics_query
dns_list_records

Configuration claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "cloudflare": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://observability.mcp.cloudflare.com/sse"]
    }
  }
}

Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.

Related

Similar servers

More in Infrastructure
Compare
@docker

List, run, stop and inspect containers and images via the local Docker engine socket.

Infrastructurestdio no-auth
5.5k2mo ago6 toolslocal
$npx -y docker-mcp
Compare
@sentry

Pull issue details, stack traces and event context from Sentry to debug production errors in place.

InfrastructureHTTP auth
5.2k3w ago5 toolscloud
$npx -y @sentry/mcp-server@latest
Compare
@txn2

Kubernetes bulk port forwarding with service discovery, /etc/hosts management, traffic monitoring, and pod log streaming

InfrastructureHTTP no-auth
4.1k5d ago0 toolslocal
Install command unavailable — see repo