# zhuima/awesome-cloudflare | Model Context Protocol (MCP) Server > ⛅️ 精选的 Cloudflare 工具、开源项目、指南、博客和其他资源列表。/ ⛅️ A curated list of Cloudflare tools, open source projects, guides, blogs and other resources. - **Stars**: ⭐ 14,363 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-cloudflare": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-cloudflare" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-cloudflare": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-cloudflare" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-cloudflare` - **Docker**: `docker run -i --rm mcp/awesome-cloudflare`