Cloudflare

Cloudflare

Official

Build, inspect, and manage applications on Cloudflare.

Cloudflare provides remote MCP endpoints for several parts of its platform rather than one monolithic tool surface. Agents can use the relevant server to search platform documentation, inspect Workers activity, query observability data, or work with services such as Radar and Browser Rendering.

ActiveStreamable HTTPAuth: Required18 tools

Tools

Selected capabilities exposed to a connected AI client.

18 tools
search_cloudflare_documentation

Search or retrieve current product documentation.

workers_get_worker

A callable capability exposed by this MCP server.

workers_builds_list_builds

List available resources or the current state of a collection.

query_worker_observability

A callable capability exposed by this MCP server.

radar_search

Search the connected source for relevant records or content.

browser_rendering_fetch_url

A callable capability exposed by this MCP server.

Bowora highlights 6 of 18 tools. The source repository contains the complete, current tool schema.

Setup and access

Check the connection method, access level, and compatible clients before enabling the server.

npx mcp-remote https://docs.mcp.cloudflare.com/mcp
Transport
Streamable HTTP
Authentication
Required
Registry status
Active
Last updated
Jun 27, 2026

Connects to cloudflare documentation, workers, observability, radar, and browser rendering. Use the least-privileged credentials and access scope that support your workflow.

Good for

  • Search Cloudflare documentation during implementation
  • Inspect Workers builds and operational signals
  • Use Radar or Browser Rendering from an agent workflow

FAQ

What does Cloudflare MCP do?
Cloudflare provides remote MCP endpoints for several parts of its platform rather than one monolithic tool surface. Agents can use the relevant server to search platform documentation, inspect Workers activity, query observability data, or work with services such as Radar and Browser Rendering.
How do I connect Cloudflare MCP?
Add it to your MCP client over Streamable HTTP using: npx mcp-remote https://docs.mcp.cloudflare.com/mcp
Does Cloudflare MCP require authentication?
Yes. You need credentials, and what the agent can do depends on the permissions those credentials grant.
Who maintains Cloudflare MCP?
Cloudflare maintains this official MCP implementation.
Where is the Cloudflare source?
Tools highlighted here include search_cloudflare_documentation, workers_get_worker, workers_builds_list_builds, query_worker_observability (18 total). Source and updates: https://github.com/cloudflare/mcp-server-cloudflare
Cloudflare MCP Server: Setup, Auth & 18 Tools | Bowora