# open-webui/mcpo | Model Context Protocol (MCP) Server > A simple, secure MCP-to-OpenAPI proxy server - **Stars**: ⭐ 4,181 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "mcpo": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-mcpo" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "mcpo": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-mcpo" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-mcpo` - **Docker**: `docker run -i --rm mcp/mcpo`