ClaudeMap

Cloudflare MCP Server

Cloudflare's official MCP covering Workers, Observability, Radar, and AI Gateway.

MCP Serversofficialcloudflareedgeai-gateway

Exposes Cloudflare platform primitives — Worker deployments, Workers AI, R2 storage, KV, Durable Objects, Radar, and AI Gateway — as MCP tools. Maintained by Cloudflare.

What it does

  • Cloudflare's official remote MCP — Workers, Observability, Radar, and AI Gateway exposed as tools
  • Uses Cloudflare's existing OAuth / API-token identity, no new credentials model
  • Maintained by Cloudflare

When to use it

Deploy and manage Workers, query Radar for internet insights, and inspect observability data from inside Claude Code or an agentic workflow.

Getting started

npx -y @cloudflare/mcp-server-cloudflare@latest

First login flow asks for your Cloudflare account authorization.

Things to know

Tools operate against your real Cloudflare account. Restrict the API token scopes to the resources the agent actually needs, and avoid granting account-wide edit permissions.

Repository

cloudflare/mcp-server-cloudflare

Charted

Related on the map

  • Exa MCP

    MCP Server

    Exa's official MCP server — live web search, crawling, and deep research wired into Claude.

    • official
    • search
    • web
    • mcp
  • Official Chrome DevTools MCP server — performance tracing, network inspection, and live debugging for coding agents.

    • official
    • chrome
    • debugging
    • browser
  • Vercel's handler for spinning up MCP servers on Next.js, Nuxt, Svelte, and more.

    • deploy
    • vercel
    • serverless
    • edge