# vicinaehq/vicinae | Model Context Protocol (MCP) Server > A focused launcher for your desktop - native, fast, extensible - **Stars**: ⭐ 8,853 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "vicinae": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-vicinae" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "vicinae": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-vicinae" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-vicinae` - **Docker**: `docker run -i --rm mcp/vicinae`