Cloudflare
Manage Workers, KV, R2, D1, and DNS from an agent, and read Cloudflare docs without switching to the dashboard.
What it does
Cloudflare publishes several focused servers rather than one large one. The documentation server needs no account and answers questions about Workers, Pages, and the rest of the platform. Others cover Workers bindings, observability and logs, and Radar traffic data.
Setup
Documentation only, no auth required:
claude mcp add --transport sse cloudflare-docs https://docs.mcp.cloudflare.com/sse
The account scoped servers authorise through OAuth in the browser. See the repository for the current list of server URLs, since Cloudflare adds to it regularly.
What to watch out for
The docs server is the safe one to start with. It reads public documentation and touches nothing in your account.
The account scoped servers can deploy and delete infrastructure. Deleting a KV namespace or a D1 database is not recoverable through the dashboard.
Because these are split across several servers, adding all of them adds a lot of tools, and every tool definition costs context on every request. Add only the ones you use.