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.
「クラウドとインフラ」の他のコンテンツ
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
コメント