---
title: "Cloudflare Docs MCP Server for ToolPiper · ModelPiper"
description: "Search Cloudflare's developer documentation, no auth required. 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 develop"
canonical: "https://modelpiper.com/mcp-tools/cloudflare-docs"
---

# Cloudflare Docs MCP Server for ToolPiper · ModelPiper

> Search Cloudflare's developer documentation, no auth required. 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 develop

C

# Cloudflare Docs MCP Server

✓ verified

Search Cloudflare's developer documentation, no auth required.

Install Cloudflare Docs in ToolPiper

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

[Open repository →](https://github.com/cloudflare/mcp-server-cloudflare)

Publisher

[Cloudflare](https://github.com/cloudflare/mcp-server-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.

Install Cloudflare Docs in ToolPiper

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)

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"
    }
  }
}
```

Copy

## Example prompts

-   "How do I bind an R2 bucket to a Worker in wrangler.jsonc?"
    
    Copy
-   "What is the current way to schedule a cron trigger on a Worker?"
    
    Copy
-   "Search the docs for Durable Objects alarms and explain how they work."
    
    Copy

## 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

-   [
    
    G
    
    ### GitHub
    
    ✓ verified
    
    Create issues, manage pull requests, and search repositories from your AI assistant.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/github)
-   [
    
    G
    
    ### GitHub (Remote)
    
    ✓ verified MAX
    
    OAuth-protected GitHub MCP. Manage repos, issues, and pull requests with no token to copy.
    
    Developer ToolsRemote HTTP5 tools
    
    
    
    
    
    ](/mcp-tools/github-remote)
-   [
    
    G
    
    ### Git
    
    ✓ verified
    
    Read, search, and manipulate Git repositories on disk.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/git)
-   [
    
    E
    
    ### Everything
    
    ✓ verified
    
    Reference test server exercising every MCP feature.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/everything)

[← Back to all MCP tools](/mcp-tools)
