Cloudflare MCP Server provides standardized protocol servers for connecting LLMs to Cloudflare services, enabling natural language interaction with Cloudflare's development, security, and performance tools through MCP clients.
Get up to date reference information on Cloudflare.
Build Workers applications with storage, AI, and compute primitives.
Get insights and manage your Cloudflare Workers Builds.
Debug and get insight into your application's logs and analytics.
Get global Internet traffic insights, trends, URL scans, and other utilities.
Spin up a sandbox development environment.
Fetch web pages, convert them to markdown and take screenshots.
Get quick summaries for Logpush job health.
Search your logs, get details about the prompts and responses.
List and search documents on your AutoRAGs.
Query audit logs and generate reports for review.
Optimize DNS performance and debug issues based on current set up.
Get quick insight on critical applications for your organization.
Quickly identify any security misconfigurations for SaaS applications to safeguard users & data.
Get analytics data using Cloudflare’s GraphQL API.
{
"mcpServers": {
"cloudflare-observability": {
"command": "npx",
"args": ["mcp-remote", "https://observability.mcp.cloudflare.com/sse"]
},
"cloudflare-bindings": {
"command": "npx",
"args": ["mcp-remote", "https://bindings.mcp.cloudflare.com/sse"]
}
}
}