# envoyproxy/envoy | Model Context Protocol (MCP) Server > Cloud-native high-performance edge/middle/service proxy - **Stars**: ⭐ 28,770 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "envoy": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-envoy" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "envoy": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-envoy" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-envoy` - **Docker**: `docker run -i --rm mcp/envoy`