Skip to content
Agent Search Engine.

Record · cloudflare-mMCP serverOpen sourceVerified Sep 23, 2026

Cloudflare MCP Servers

Cloudflare's official remote MCP servers for docs, Workers bindings, builds, observability, containers and browser rendering.

Sources and review

Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.

Best for

Developers on Cloudflare who want an assistant to read logs, inspect Workers and look up platform docs.

About Cloudflare MCP Servers

This repository holds Cloudflare's domain-specific remote MCP servers, each a stateless streamable HTTP endpoint: documentation search, Workers bindings, Workers Builds, observability logs and analytics, sandbox containers and Browser Run for fetching and screenshotting pages. Cloudflare recommends its separate Code Mode server at mcp.cloudflare.com for broad API access. The servers can read account configuration and, with permission, make changes.

Cloudflare MCP Servers is an open-source project written primarily in TypeScript, with 4.3k stars on GitHub. It was last updated in September 2026.

Add Cloudflare MCP Servers to your MCP client

A hosted server: point your client at its URL and complete its sign-in there. In Claude Desktop or claude.ai, add it under Settings → Connectors → Add custom connector instead.

Claude CodeRun in your terminal
claude mcp add --transport http cloudflare-mcp-servers https://docs.mcp.cloudflare.com/mcp
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "cloudflare-mcp-servers": {
      "url": "https://docs.mcp.cloudflare.com/mcp"
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "cloudflare-mcp-servers": {
      "type": "http",
      "url": "https://docs.mcp.cloudflare.com/mcp"
    }
  }
}
CodexRun in your terminal
codex mcp add cloudflare-mcp-servers --url https://docs.mcp.cloudflare.com/mcp

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

Cloudflare MCP Servers vs. the alternatives

All 163 alternatives →
RecordStarsPricing
Cloudflare MCP ServersMCP serverthis listing4.3kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 Cloudflare MCP Servers alternatives, compared →