Cloudflare MCP Servers
Cloudflare's own collection of remote, domain-specific MCP servers, covering Workers, DNS analytics, observability, Radar, browser rendering and more, each hosted at its own mcp.cloudflare.com subdomain.
Overview
This repository holds Cloudflare's own remote MCP servers, one per product area, so an agent connects only to the pieces of Cloudflare it actually needs instead of one server that tries to cover everything.
How it works
- Each server lives at its own subdomain, for example
bindings.mcp.cloudflare.comfor Workers KV/R2/D1/AI,observability.mcp.cloudflare.comfor logs and analytics, orradar.mcp.cloudflare.comfor internet-wide traffic insights. You connect to the URL for the domain you need, no local install required. - Cloudflare also ships a separate, broader "Code Mode" server (maintained in a different repository) for cases where you want wide API coverage through code execution instead of a curated tool set. This repository's servers are the typed, purpose-built alternative for a single product area.
- Authentication happens through OAuth when you connect, scoped to your Cloudflare account, so a server only sees the account it's authorized against.
- All servers share the same request handling (Streamable HTTP at
/mcp), so the setup for each one is identical once you know which subdomain you need.
Examples
"Connect to the Cloudflare Observability MCP server and show me error
rate trends for the api-gateway Worker over the last 24 hours."
Installation
Nothing runs locally, these are remote servers hosted by Cloudflare. You just need an MCP client that supports remote HTTP servers and a Cloudflare account.
- Pick the subdomain for the product area you need, for example
bindings.mcp.cloudflare.comfor Workers orobservability.mcp.cloudflare.comfor logs and analytics. - Add it as a remote HTTP server in your MCP client's config, using the block in the sidebar.
- Reload the client. It opens a browser window for an OAuth login scoped to your Cloudflare account.
- Approve the login, then confirm the new tools show up in your client.
Related assets
Awesome MCP Servers
The largest community catalog of MCP servers: thousands of entries across dozens of categories (databases, browser automation, cloud, communication and more), tagged by language and scope.
Context7
Pulls updated, version-specific documentation and code examples straight from the source into your prompt, so agents stop citing outdated APIs or hallucinating ones that don't exist.
Playwright MCP
Microsoft's official MCP server for browser automation, driving Playwright through structured accessibility snapshots instead of screenshots, so any MCP client can browse, click and fill forms without a vision model.