Cloudflare Mcp Mcp
Cloudflare MCP servers
About This MCP Server
Model Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems. In this repository, you can find several MCP servers allowing you to connect to Cloudflare's service from an MCP client (e.g. Cursor, Claude) and use natural language to accomplish tasks through your Cloudflare account.
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 streamable-http transport via /mcp and the sse transport (deprecated) via /sse.
The following servers are included in this repository:
Tools & Endpoints1
Why Use Cloudflare Mcp Mcp?
- Some features may require a paid Cloudflare Workers plan. Ensure your Cloudflare account has the necessary subscription level for the features you intend to use.
Specifications
Hosting
Hosting Options
- Remote
API
Integrate this server into your application. Choose a connection method below.
Configure
{
"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"]
}
}
}Performance
Usage
Quick Reference
- Name
- Cloudflare Mcp Mcp
- Function
- Cloudflare MCP servers
- Available Tools
- We're continuing to add more functionality to this remote MCP server repo. If you'd like to leave feedback, file a bug or provide a feature request, please open an issue on this repository
- Transport
- Remote
- Source
- External (Registry)
- License
- Open Source
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.