# clap-rs/clap | Model Context Protocol (MCP) Server > A full featured, fast Command Line Argument Parser for Rust - **Stars**: ⭐ 16,554 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "clap": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-clap" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "clap": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-clap" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-clap` - **Docker**: `docker run -i --rm mcp/clap`