Cloudflare Docs MCP Server

✓ verified

Search Cloudflare's developer documentation, no auth required.

Don't have ToolPiper? We'll take you to the download.

Open repository →

Publisher

Cloudflare

License

Apache-2.0

Transport

Remote HTTP

Tools

2

What this server does

Cloudflare hosts a family of remote MCP servers; this is the documentation one, and it needs no account or token. The assistant searches Cloudflare's developer docs and reads the results, so when you are configuring Workers, Pages, R2, KV, or Durable Objects it quotes the current reference instead of guessing. Because it is a remote server with no auth, install is a single click: there is no credential to paste and nothing runs on your machine. The other Cloudflare servers (Workers builds, observability, Radar) do require OAuth and are out of scope here.

Tools included

  • search_cloudflare_documentation

    Search the Cloudflare developer docs.

  • migrate_pages_to_workers_guide

    Fetch the Pages-to-Workers migration guide.

The authoritative list comes from the server's tools/list at runtime. This catalog entry may lag the upstream until the next ToolPiper release.

Install in ToolPiper

ToolPiper handles the JSON configuration. Click Install, fill in any required tokens, and the server is ready in your chat.

Don't have ToolPiper? We'll take you to the download.

Install in another client

Install in another MCP client (Claude Desktop, Cursor, Continue, Cline)

Add this to ~/Library/Application Support/Claude/claude_desktop_config.json.

{
  "mcpServers": {
    "cloudflare-docs": {
      "url": "https://docs.mcp.cloudflare.com/mcp"
    }
  }
}

Example prompts

  • "How do I bind an R2 bucket to a Worker in wrangler.jsonc?"

  • "What is the current way to schedule a cron trigger on a Worker?"

  • "Search the docs for Durable Objects alarms and explain how they work."

Security notes

No authentication and no credentials: the server only searches public Cloudflare documentation, and nothing runs locally since it is a hosted remote endpoint reached over HTTPS. The content returned is official Cloudflare docs. This is among the lowest-risk entries in the catalog.

Related tools