Cloudflare Vendor Dev tools

Cloudflare Workers

Deploy + manage Cloudflare Workers + Pages + KV + R2 from inside an agent conversation.

4,072 stars 476 forks Last commit 2d ago Language TypeScript License Apache-2.0
Sign in to like, install, or save to a bundle → View on GitHub → Docs ↗

Install

npx @cloudflare/mcp-server-cloudflare init

Maintain this server? Add the badge

Show your README readers it's in a curated directory — and give them a one-click path to install docs and config.

Listed on Prismix ← links back here

Markdown

[![Listed on Prismix](https://prismix.dev/api/badge/mcp/cloudflare-workers.svg)](https://prismix.dev/mcp/cloudflare-workers)
Theme-aware version (auto dark/light on GitHub) →
<a href="https://prismix.dev/mcp/cloudflare-workers"><picture><source media="(prefers-color-scheme: dark)" srcset="https://prismix.dev/api/badge/mcp/cloudflare-workers.svg?theme=dark"><img alt="Listed on Prismix" src="https://prismix.dev/api/badge/mcp/cloudflare-workers.svg"></picture></a>

Claude Desktop / Cursor config

Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.

{
  "mcpServers": {
    "cloudflare": {
      "command": "npx",
      "args": ["-y", "@cloudflare/mcp-server-cloudflare"],
      "env": {
        "CLOUDFLARE_API_TOKEN": "${CF_TOKEN}",
        "CLOUDFLARE_ACCOUNT_ID": "${CF_ACCOUNT_ID}"
      }
    }
  }
}

About

Cloudflare's official MCP server. Surfaces the Cloudflare API for Workers (list, deploy, tail logs), Pages (project list, deployments, build triggers), KV (list namespaces, read/write keys), R2 (bucket listing, object operations), and DNS records. Auth via API token with the relevant scopes.

Recent releases (5)

All releases →
  • [email protected] Latest Aug 11, 2026
    ### Patch Changes
    
    - b9e6d76: Return an actionable `410 Gone` Problem Details response when a client attempts the removed HTTP+SSE transport with `GET /sse`. The response explains that clients can configure the existing `/sse` URL to use Streamable HTTP or, preferably, move to `/mcp` for future compatibility. It preserves query parameters, identifies the recommended replacement in a `Link` header, and is available before OAuth authentication. Streamable HTTP `POST` requests continue to work on both `/sse` and `/mcp`.
    - Updated dependencies [b9e6d76]
      - @repo/[email protected]
    View on GitHub ↗
  • [email protected] Aug 11, 2026
    ### Patch Changes
    
    - b9e6d76: Return an actionable `410 Gone` Problem Details response when a client attempts the removed HTTP+SSE transport with `GET /sse`. The response explains that clients can configure the existing `/sse` URL to use Streamable HTTP or, preferably, move to `/mcp` for future compatibility. It preserves query parameters, identifies the recommended replacement in a `Link` header, and is available before OAuth authentication. Streamable HTTP `POST` requests continue to work on both `/sse` and `/mcp`.
    - Updated dependencies [b9e6d76]
      - @repo/[email protected]
    View on GitHub ↗
  • [email protected] Aug 11, 2026
    ### Patch Changes
    
    - b9e6d76: Return an actionable `410 Gone` Problem Details response when a client attempts the removed HTTP+SSE transport with `GET /sse`. The response explains that clients can configure the existing `/sse` URL to use Streamable HTTP or, preferably, move to `/mcp` for future compatibility. It preserves query parameters, identifies the recommended replacement in a `Link` header, and is available before OAuth authentication. Streamable HTTP `POST` requests continue to work on both `/sse` and `/mcp`.
    - Updated dependencies [b9e6d76]
      - @repo/[email protected]
    View on GitHub ↗
  • [email protected] Aug 11, 2026
    ### Patch Changes
    
    - b9e6d76: Return an actionable `410 Gone` Problem Details response when a client attempts the removed HTTP+SSE transport with `GET /sse`. The response explains that clients can configure the existing `/sse` URL to use Streamable HTTP or, preferably, move to `/mcp` for future compatibility. It preserves query parameters, identifies the recommended replacement in a `Link` header, and is available before OAuth authentication. Streamable HTTP `POST` requests continue to work on both `/sse` and `/mcp`.
    - Updated dependencies [b9e6d76]
      - @repo/[email protected]
    View on GitHub ↗
  • [email protected] Aug 11, 2026
    ### Patch Changes
    
    - b9e6d76: Return an actionable `410 Gone` Problem Details response when a client attempts the removed HTTP+SSE transport with `GET /sse`. The response explains that clients can configure the existing `/sse` URL to use Streamable HTTP or, preferably, move to `/mcp` for future compatibility. It preserves query parameters, identifies the recommended replacement in a `Link` header, and is available before OAuth authentication. Streamable HTTP `POST` requests continue to work on both `/sse` and `/mcp`.
    - Updated dependencies [b9e6d76]
      - @repo/[email protected]
    View on GitHub ↗

Discussion (0)

Sign in to comment →

No comments yet. Sign in to start the discussion.

More Dev tools servers