Cloudflare MCP Server for IDE
@GutMutCode
关于 Cloudflare MCP Server for IDE
Cloudflare MCP server for IDE ( Cline, Windsurf, Cursor, etc )
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Cloudflare MCP Server for IDE?
The Cloudflare MCP Server for IDE is an MCP (Model Context Protocol) server that connects large language models to Cloudflare’s API. It lets you use natural language commands in Claude Desktop, VSCode (Cline), Windsurf, or any MCP client to manage Cloudflare resources like Workers, KV stores, R2 buckets, D1 databases, and analytics.
How to use Cloudflare MCP Server for IDE?
Install by running npx @gutmutcode/mcp-server-cloudflare init. After restarting Claude Desktop, the available tools appear as a hammer icon. For local development, run node dist/index.js init from the project folder, or node dist/index run <account-id> to run the server standalone. Alternative clients can call tools/list and tools/call commands.
Key features of Cloudflare MCP Server for IDE
- Manage KV namespaces (get, put, list, delete)
- Manage R2 buckets and objects (create, delete, list, get, put)
- Manage D1 databases and run SQL queries
- Manage Workers scripts, bindings, and compatibility flags
- Retrieve domain analytics with date range filtering
Use cases of Cloudflare MCP Server for IDE
- Deploy a new Worker with a Durable Object using natural language.
- Query a D1 database to inspect its data.
- Copy all entries from a KV namespace into an R2 bucket.
- List all KV namespaces or R2 buckets in your account.
- Update a Worker script and its bindings via a single command.
FAQ from Cloudflare MCP Server for IDE
How do I install Cloudflare MCP Server for IDE?
Run npx @gutmutcode/mcp-server-cloudflare init in your terminal. This will link the server to Claude Desktop and create a configuration file with your Cloudflare account ID.
How do I use Cloudflare MCP Server for IDE outside of Claude Desktop?
Run node dist/index run <account-id> locally. For any MCP client, use the tools/list command to see available tools and tools/call to invoke them.
Are there any limitations when using Windsurf?
Yes, Windsurf has a limitation on the number of MCP tools you can use simultaneously, unlike Cline and Claude Desktop.
What Cloudflare services does the server support?
The server supports KV Store, R2 Storage, D1 Databases, Workers, and Analytics. Each service has a set of dedicated tools for reading and managing resources.
常见问题
How do I install Cloudflare MCP Server for IDE?
Run `npx @gutmutcode/mcp-server-cloudflare init` in your terminal. This will link the server to Claude Desktop and create a configuration file with your Cloudflare account ID.
How do I use Cloudflare MCP Server for IDE outside of Claude Desktop?
Run `node dist/index run <account-id>` locally. For any MCP client, use the `tools/list` command to see available tools and `tools/call` to invoke them.
Are there any limitations when using Windsurf?
Yes, Windsurf has a limitation on the number of MCP tools you can use simultaneously, unlike Cline and Claude Desktop.
What Cloudflare services does the server support?
The server supports KV Store, R2 Storage, D1 Databases, Workers, and Analytics. Each service has a set of dedicated tools for reading and managing resources.
基本信息
云与基础设施 分类下的更多 MCP 服务器
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.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Mcp K8s Go
strowkMCP server connecting to Kubernetes
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
评论