# CLIUtils/CLI11 | Model Context Protocol (MCP) Server > CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface. - **Stars**: ⭐ 4,281 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "CLI11": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-CLI11" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "CLI11": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-CLI11" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-CLI11` - **Docker**: `docker run -i --rm mcp/CLI11`