Loading...

Cloudflare MCP servers provide natural language access to Cloudflare services for configuration, data analysis, and automation, using the MCP protocol.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Cloudflare MCP servers provide natural language access to Cloudflare services for configuration, data analysis, and automation, using the MCP protocol.
The Cloudflare MCP server's safety depends heavily on the specific server being used and the API token's permissions. Read-only servers are generally safe, while those allowing write operations require careful permission management. Over-scoping API tokens poses the greatest risk.
Performance depends on the specific MCP server and the underlying Cloudflare services. Consider network latency and API rate limits.
Cost depends on the Cloudflare services being accessed and the usage patterns. Some features may require a paid Cloudflare Workers plan.
{
"mcpServers": {
"cloudflare-observability": {
"command": "npx",
"args": ["mcp-remote", "https://observability.mcp.cloudflare.com/mcp"]
},
"cloudflare-bindings": {
"command": "npx",
"args": ["mcp-remote", "https://bindings.mcp.cloudflare.com/mcp"]
}
}
}Documentation serverProvides up-to-date reference information on Cloudflare.
Read-only access to documentation.
Workers Bindings serverAllows building Workers applications with storage, AI, and compute primitives.
Involves creating and configuring Workers resources.
Workers Builds serverProvides insights and management capabilities for Cloudflare Workers Builds.
Primarily read-only access to build information.
Observability serverEnables debugging and insight into application logs and analytics.
Primarily read-only access to logs and analytics data.
Radar serverProvides global Internet traffic insights and trends.
Read-only access to aggregated traffic data.
Container serverSpins up a sandbox development environment.
Creates and manages containerized environments.
Browser rendering serverFetches web pages, converts them to markdown, and takes screenshots.
Primarily read-only access to web content.
Logpush serverProvides quick summaries for Logpush job health.
Read-only access to Logpush job status.
AI Gateway serverSearches logs and retrieves details about prompts and responses related to AI Gateway.
Primarily read-only access to AI Gateway logs.
AutoRAG serverLists and searches documents on AutoRAGs.
Read-only access to AutoRAG documents.
Audit Logs serverQueries audit logs and generates reports for review.
Read-only access to audit logs.
DNS Analytics serverOptimizes DNS performance and debugs issues based on current setup.
May involve suggesting DNS configuration changes.
Digital Experience Monitoring serverProvides quick insights on critical applications for an organization.
Read-only access to application monitoring data.
Cloudflare One CASB serverIdentifies security misconfigurations for SaaS applications.
Read-only access to SaaS application configuration data.
GraphQL serverRetrieves analytics data using Cloudflare’s GraphQL API.
Read-only access to analytics data.
API Key
cloud
varies by server; see server documentation for required scopesThe Cloudflare MCP server's safety depends heavily on the specific server being used and the API token's permissions. Read-only servers are generally safe, while those allowing write operations require careful permission management. Over-scoping API tokens poses the greatest risk.
Autonomy depends on the specific MCP server and the permissions granted to the API token. Some servers may allow automated actions, while others are read-only.
Production Tip
Carefully scope API tokens to grant only the necessary permissions for each MCP server to minimize the risk of unintended modifications.
An MCP server is a service that implements the Model Context Protocol, allowing LLMs to interact with external systems like Cloudflare.
You authenticate using an API token with the necessary scopes for the specific server.
Risks include over-permissioned API tokens, vulnerabilities in MCP clients, and reliance on external services.
Some features may require a paid Cloudflare Workers plan.
Refer to the documentation for each specific MCP server to determine the necessary API token scopes.
Yes, you can contribute and run the server locally. See CONTRIBUTING.md for instructions.
This usually means Claude hit its context-length limit. Try to be more specific and keep queries concise.