Cloudflare MCP ServerServer

GutMutCode
GitHub
CloudflareMCPAPI Management

Loading subscription status...

๐Ÿ’ก Description

A Model Context Protocol (MCP) server that allows users to manage various Cloudflare resources such as Workers, KV Store, R2 Storage, and D1 Databases using natural language through IDEs like Claude Desktop and VSCode.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "Cloudflare_MCP_Server": {
        "env": {},
        "args": [],
        "command": "npx @gutmutcode/mcp-server-cloudflare init"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

Claude DesktopVSCodeWindsurf

โšก Features

  • Management of KV Store
  • Management of R2 Storage
  • Management of D1 Databases
  • Management of Cloudflare Workers
  • Analytics Retrieval

๐Ÿ’ฌ Example Queries

  • Please deploy me a new Worker with an example durable object.
  • Can you tell me about the data in my D1 database named '...'?
  • Can you copy all the entries from my KV namespace '...' into my R2 bucket '...'.