# ViRb3/wgcf | Model Context Protocol (MCP) Server > 🚤 Cross-platform, unofficial CLI for Cloudflare Warp - **Stars**: ⭐ 8,251 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "wgcf": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-wgcf" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "wgcf": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-wgcf" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-wgcf` - **Docker**: `docker run -i --rm mcp/wgcf`