# microsoft/vcpkg | Model Context Protocol (MCP) Server > C++ Library Manager for Windows, Linux, and MacOS - **Stars**: ⭐ 27,354 - **Language**: CMake - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "vcpkg": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-vcpkg" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "vcpkg": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-vcpkg" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-vcpkg` - **Docker**: `docker run -i --rm mcp/vcpkg`