MCP server

Cloudflare

MCP

Workers, KV, and DNS from the chat — first-party.

Cloudflare’s official MCP servers. Bind the account you already operate.

latest·Apache-2.0·Updated this quarter·github.com/cloudflare/mcp-server-cloudflare·Transport: stdio

Claude CodeDesktop
Scanned

claude_desktop_config.json

{
  "mcpServers": {
    "cloudflare": {
      "command": "npx",
      "args": [
        "@cloudflare/mcp-server-cloudflare"
      ]
    }
  }
}

By Cloudflare

Spec

What the server actually exposes.

  • workers_list

    read

    Workers in the account.

  • kv_get

    read

    Read a KV key.

  • dns_records

    read

    List DNS records for a zone.

Guardrails

  • Account token is yours
  • Prefer read scopes first

cloudflare-mcp.mcp/tools

Tools

  • workers_list

    Workers in the account.

    read
  • kv_get

    Read a KV key.

    read
  • dns_records

    List DNS records for a zone.

    read

Last call

{ "ok": true,
  "tool": "workers_list",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.