Cloudflare's own MCP servers
Cloudflare runs a catalog of managed remote MCP Servers which you can connect to using OAuth on clients like Claude ↗, Windsurf ↗, our own AI Playground ↗ or any SDK that supports MCP ↗.
These MCP servers allow your MCP Client to read configurations from your account, process information, make suggestions based on data, and even make those suggested changes for you. All of these actions can happen across Cloudflare's many services including application development, security and performance. They support both the streamble-http transport via /mcp and the sse transport (deprecated) via /sse.
| Server Name | Description | Server URL |
|---|---|---|
| Documentation server ↗ | Get up to date reference information on Cloudflare | https://docs.mcp.cloudflare.com/mcp |
| Workers Bindings server ↗ | Build Workers applications with storage, AI, and compute primitives | https://bindings.mcp.cloudflare.com/mcp |
| Workers Builds server ↗ | Get insights and manage your Cloudflare Workers Builds | https://builds.mcp.cloudflare.com/mcp |
| Observability server ↗ | Debug and get insight into your application's logs and analytics | https://observability.mcp.cloudflare.com/mcp |
| Radar server ↗ | Get global Internet traffic insights, trends, URL scans, and other utilities | https://radar.mcp.cloudflare.com/mcp |
| Container server ↗ | Spin up a sandbox development environment | https://containers.mcp.cloudflare.com/mcp |
| Browser rendering server ↗ | Fetch web pages, convert them to markdown and take screenshots | https://browser.mcp.cloudflare.com/mcp |
| Logpush server ↗ | Get quick summaries for Logpush job health | https://logs.mcp.cloudflare.com/mcp |
| AI Gateway server ↗ | Search your logs, get details about the prompts and responses | https://ai-gateway.mcp.cloudflare.com/mcp |
| AI Search server ↗ | List and search documents on your AI Searchs | https://autorag.mcp.cloudflare.com/mcp |
| Audit Logs server ↗ | Query audit logs and generate reports for review | https://auditlogs.mcp.cloudflare.com/mcp |
| DNS Analytics server ↗ | Optimize DNS performance and debug issues based on current set up | https://dns-analytics.mcp.cloudflare.com/mcp |
| Digital Experience Monitoring server ↗ | Get quick insight on critical applications for your organization | https://dex.mcp.cloudflare.com/mcp |
| Cloudflare One CASB server ↗ | Quickly identify any security misconfigurations for SaaS applications to safeguard users & data | https://casb.mcp.cloudflare.com/mcp |
| GraphQL server ↗ | Get analytics data using Cloudflare's GraphQL API | https://graphql.mcp.cloudflare.com/mcp |
| Agents SDK Documentation server ↗ | Token-efficient search of the Cloudflare Agents SDK documentation | https://agents.mcp.cloudflare.com/mcp |
Check our GitHub page ↗ to know how to use Cloudflare's remote MCP servers with different MCP clients.
The Agents SDK Documentation server provides a token-efficient search tool for the Cloudflare Agents SDK documentation. This server is particularly useful when building with the Agents SDK, allowing you to quickly find relevant documentation without consuming excessive tokens.
The server exposes one tool:
- search-agent-docs: Search the Cloudflare Agents SDK documentation using natural language queries
- query (string): Query string to search for (for example,
agent hibernate,schedule tasks) - k (number, optional): Number of results to return (default: 5)
- query (string): Query string to search for (for example,
The server fetches documentation from GitHub, chunks it using a recursive chunker, and indexes it with Orama. The index is cached in KV for one day. Search uses BM25 with stemming enabled, which allows natural language queries like "hibernation" to match with "hibernate" for better results.
Connect to the server at https://agents.mcp.cloudflare.com/mcp in your MCP client. You can then use queries like:
agent hibernate- Find information about agent hibernationschedule tasks- Learn about task schedulingtool calling- Discover how to implement tool calling
The server returns relevant documentation chunks with their file names and full content URLs, making it easy to find the information you need while building agents.
The server is designed to avoid GitHub rate limiting by caching documentation. If you are self-hosting this server, you can set the GITHUB_TOKEN environment variable to increase your rate limits.
Was this helpful?
- Resources
- API
- New to Cloudflare?
- Directory
- Sponsorships
- Open Source
- Support
- Help Center
- System Status
- Compliance
- GDPR
- Company
- cloudflare.com
- Our team
- Careers
- © 2025 Cloudflare, Inc.
- Privacy Policy
- Terms of Use
- Report Security Issues
- Trademark