Cloudflare MCP
UpCloudflare MCP is a family of 15 official remote servers from Cloudflare over Streamable HTTP with OAuth authorization: Main API for account management, Docs for documentation, Workers Bindings for R2/KV/D1, Builds for CI/CD, Observability for logs, plus Radar, Browser Rendering, AI Gateway and AutoRAG. Each server covers one part of the platform.
Why this server
- 15 narrowly scoped servers instead of one monolith — connect only what you need
- Workers Bindings gives direct access to R2, KV and D1 without hand-writing bindings
- AI Gateway and AutoRAG expose LLM infrastructure and RAG search as separate MCP servers
- OAuth connection via mcp.cloudflare.com/mcp — no local install, no manual tokens
Usage examples
Prompt: Create a new KV namespace and write a key-value pair to it
Result: The Workers Bindings MCP created the namespace and wrote the value through the KV tools — no manual wrangler.toml editing.
Prompt: Why did the last Workers deploy fail? Show me the logs
Result: The Builds MCP found the failed deploy, and Observability MCP returned the log lines with the build error.
Health
1 reports in the last 30 days · Last report: 25 Jul 2026
Reports by day (30 days)
| date | works | partial | broken |
|---|---|---|---|
| 2026-07-25 | 1 | 0 | 0 |
Reviews
No reviews yet.