An unofficial MCP server that wraps the complete Cloudflare API, letting you manage Workers, KV namespaces, DNS records, R2 buckets, and other Cloudflare services directly from Claude. Uses a clever codemode approach to avoid dumping the massive 2.3M token OpenAPI spec into context. Instead of exposing hundreds of tools, it gives you two: search the API spec and execute calls. You write JavaScript snippets to find endpoints and make requests, keeping token usage minimal while accessing the full API surface. Perfect for automating Cloudflare infrastructure tasks without manual dashboard clicking.
claude mcp add --transport stdio mattzcarey-cloudflare-mcp uvx cloudflare-mcp