---
title: "Cloudflare Documentation MCP: review, setup & limitations · Undominated.ai"
canonical: https://undominated.ai/mcp-servers/cloudflare/
description: "Searches Cloudflare documentation without granting an assistant access to a Cloudflare account."
---

# Cloudflare Documentation MCP: review, setup & limitations · Undominated.ai

> Searches Cloudflare documentation without granting an assistant access to a Cloudflare account.

[← Explore all mcp servers](/mcp-servers/)

DOCUMENTATION SEARCH / Cloudflare

# Cloudflare Documentation MCP

Searches Cloudflare documentation without granting an assistant access to a Cloudflare account.

 See setup guidance ↓Original source ↗

SOURCE REVIEW

 Reviewed 2026-09-21
 Evidence 5 linked sources
 Publisher Cloudflare
 Licence Apache-2.0 ↗
 Revision 632916d3fcc8
 Read what was—and wasn’t—checked ↓

“Cloudflare Documentation MCP Server”

 Cloudflare · upstream description ↗ Our analysis follows below.

01 / THE REASONING

## Why this made the selection.

 - Separates documentation lookup from account-changing Cloudflare servers.
- The inspected app registers documentation search and prompts through a public MCP handler.

### A good fit for

 - Finding current Workers or Cloudflare API documentation while writing an integration.

### Weigh up before choosing

 - Search queries leave the client for Cloudflare’s hosted service.
- The /sse URL is a Streamable HTTP compatibility alias; legacy SSE requests are rejected.

02 / THE REVIEW RECORD

## What we actually inspected.

Source review has boundaries. A clear record is more useful than a “safe” badge.

### Material inspected

 - apps/docs-ai-search/README.md (installation, capability and permission sections)
- apps/docs-ai-search/package.json
- apps/docs-ai-search/src/docs-ai-search.app.ts
- packages/mcp-common/src/shared-tools/docs-ai-search.tools.ts
- LICENSE

### Our findings

 - The docs app uses createPublicMcpApp and does not require the OAuth account grant used by account tools.
- The shared tool implementation registers documentation search; this profile does not include the other apps in the monorepo.

### Not established by this review

 - Server startup, authentication and tool execution were not tested.

The review applies to the material and revision named here. A newer upstream release can change its behavior.

03 / PUT IT TO WORK

## Connect a server deliberately.

Upstream setup instructions ↗
 - Add https://docs.mcp.cloudflare.com/mcp as a remote Streamable HTTP server in your client.

### Before you start

 - A remote-capable MCP client.

### Compatibility

An MCP client supporting Streamable HTTP. · A remote-capable MCP client.

### Implementation

TypeScript

### Transports

Streamable HTTP

### Public hosted documentation / no account grant

 - Sends documentation queries to Cloudflare; no Cloudflare account credentials are required.

### Cost model

The documented public endpoint does not require an account; service limits and terms still apply.

04 / FOLLOW THE EVIDENCE

## The source trail.

Our notes are separate from the original resource. Check upstream before adopting a new version.

 - Official documentation ↗ Checked 2026-09-21 https://github.com/cloudflare/mcp-server-cloudflare/blob/632916d3fcc862a7832d2fe5a49e700f017c109f/apps/docs-ai-search/README.md Supports: summary, whySelected, bestFor, limitations, install, access, compatibility, transports
- Applicable source licence ↗ Checked 2026-09-21 https://github.com/cloudflare/mcp-server-cloudflare/blob/632916d3fcc862a7832d2fe5a49e700f017c109f/LICENSE Supports: license
- Implementation: apps/docs-ai-search/package.json ↗ Checked 2026-09-21 https://github.com/cloudflare/mcp-server-cloudflare/blob/632916d3fcc862a7832d2fe5a49e700f017c109f/apps/docs-ai-search/package.json Supports: language, review
- Implementation: apps/docs-ai-search/src/docs-ai-search.app.ts ↗ Checked 2026-09-21 https://github.com/cloudflare/mcp-server-cloudflare/blob/632916d3fcc862a7832d2fe5a49e700f017c109f/apps/docs-ai-search/src/docs-ai-search.app.ts Supports: language, review
- Implementation: packages/mcp-common/src/shared-tools/docs-ai-search.tools.ts ↗ Checked 2026-09-21 https://github.com/cloudflare/mcp-server-cloudflare/blob/632916d3fcc862a7832d2fe5a49e700f017c109f/packages/mcp-common/src/shared-tools/docs-ai-search.tools.ts Supports: language, review

KEEP COMPARING

## Other approaches to consider.

Related by category or shared topics. These are alternatives to inspect, not a measured quality order.

 [### AWS Knowledge MCP ↗ Retrieves official AWS documentation, regional availability and task guidance without granting access to an AWS account.](/mcp-servers/aws-knowledge/)[### Brave Search MCP ↗ Provides web, news, image, video and place search using the Brave Search API.](/mcp-servers/brave/)[### Cloudflare API MCP ↗ Lets an assistant discover Cloudflare API endpoints and execute API calls through code, within the granted Cloudflare permissions.](/mcp-servers/cloudflare-code/)

 [AI Tools ↗](/tools/)[Skills ↗](/skills/)[Agents ↗](/agents/)[MCP Servers ↗](/mcp-servers/)
