Cloudflare MCP Server
@zackbissell
关于 Cloudflare MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Cloudflare MCP Server?
Cloudflare MCP Server is a collection of Model Context Protocol (MCP) servers that enable large language model (LLM) clients like Cursor and Claude to interact with Cloudflare services using natural language. It allows users to read configurations, process information, make suggestions, and implement changes across Cloudflare's application development, security, and performance products.
How to use Cloudflare MCP Server?
If your MCP client supports remote MCP servers, provide the server URL directly (e.g., https://observability.mcp.cloudflare.com/sse). For clients without native remote support, configure the client's config file using mcp-remote (e.g., npx mcp-remote <url>). To use with the OpenAI Responses API, create a user API token with the required scopes in the Cloudflare dashboard.
Key features of Cloudflare MCP Server
- Access Cloudflare services via natural language.
- Includes 15+ specialized MCP servers (e.g., Workers, Observability, Radar).
- Supports MCP clients like Cursor, Claude, and OpenAI Responses API.
- Uses SSE transport for remote connections.
- Requires a Cloudflare account and API token.
- Some features need a paid Workers plan.
Use cases of Cloudflare MCP Server
- Build, manage, and debug Cloudflare Workers applications.
- Monitor application logs and analytics with natural language queries.
- Retrieve up-to-date Cloudflare documentation and reference info.
- Analyze DNS performance and troubleshoot issues.
- Fetch web pages, convert to markdown, and take screenshots.
FAQ from Cloudflare MCP Server
What MCP clients are supported?
Any MCP client, including Cursor and Claude. Some clients have first-class remote support; others require using mcp-remote.
How do I authenticate with the OpenAI Responses API?
Create a user API token in the Cloudflare dashboard with the permissions required by the MCP server you intend to use.
Why do I see "Claude's response was interrupted"?
The client likely hit its context-length limit. Keep queries concise and break large tasks into smaller tool calls.
Are there paid features?
Yes, some features may require a paid Cloudflare Workers plan. Ensure your account has the necessary subscription level.
Can I run the server locally?
Yes, please refer to CONTRIBUTING.md in the repository for instructions on local development and running the server.
云与基础设施 分类下的更多 MCP 服务器
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
评论