Cloudflare MCP Server
Manage Cloudflare Workers, KV, R2, and D1 from Claude Code.
claude mcp add cloudflare -- npx -y @cloudflare/mcp-server-cloudflare
You can also call this service directly via its API: Cloudflare API
Use the MCP when:
You want plug-and-play integration with Claude Code and don't need custom logic around the calls.
Use the API when:
You need fine-grained control, custom error handling, or want to chain multiple API calls in a script.
About
The official Cloudflare MCP server connects Claude Code to your Cloudflare account. Deploy and manage Workers, read and write to KV namespaces, interact with R2 storage, query D1 databases, and manage DNS records. Supports all major Cloudflare products through a single MCP interface.
Tags
Score Breakdown
Performance
Scores
Related
Cloudflare API
Workers, KV, R2, D1, DNS, and CDN management via REST.
npm install cloudflareNeon MCP Server
Manage Neon serverless Postgres - branches, databases, and queries.
claude mcp add neon --url https://mcp.neon.techUpstash MCP Server
Manage Upstash Redis, Kafka, and QStash from Claude Code.
claude mcp add upstash -- npx -y @upstash/mcp-server