mcp-server-cloudflare
If you are the rightful owner of mcp-server-cloudflare and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Cloudflare MCP Server for IDE allows integration of Cloudflare's API with various IDEs using the Model Context Protocol.
The Cloudflare MCP Server for IDE is a tool that facilitates the integration of Cloudflare's API with various Integrated Development Environments (IDEs) using the Model Context Protocol (MCP). This server allows users to manage their Cloudflare resources using natural language commands through MCP clients like Claude Desktop, VSCode (Cline), and Windsurf. Users can perform tasks such as deploying new Workers, querying D1 databases, and managing KV namespaces and R2 buckets. The server provides a seamless way to interact with Cloudflare's services, enhancing productivity and simplifying complex operations. The setup process involves initializing the server, configuring the IDEs, and utilizing the available MCP tools to manage Cloudflare resources effectively.
Features
- KV Store Management: Manage KV namespaces, including listing, getting, storing, and deleting keys.
- R2 Storage Management: Handle R2 buckets and objects, including listing, creating, deleting, and managing objects.
- D1 Database Management: Manage D1 databases, including listing, creating, deleting, and executing SQL queries.
- Workers Management: Manage Cloudflare Workers, including listing, getting, updating, and deleting Worker scripts.
- Analytics: Retrieve analytics data for domains, including metrics like requests, bandwidth, and page views.
Tools
get_kvs
List all KV namespaces in your account.
kv_get
Get a value from a KV namespace.
r2_list_buckets
List all R2 buckets in your account.
d1_list_databases
List all D1 databases in your account.
worker_list
List all Workers in your account.