workers-mcp-server

geelen/workers-mcp-server
★ 64 stars TypeScript 🤖 AI/LLM Updated 1y ago
Talk to a Cloudflare Worker from Claude Desktop!
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "workers-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "geelen/workers-mcp-server"
      ]
    }
  }
}