CLI11

GitHub

CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "CLI11": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-CLI11"
      ]
    }
  }
}