# jarun/nnn | Model Context Protocol (MCP) Server > n³ The unorthodox terminal file manager - **Stars**: ⭐ 21,781 - **Language**: C - **Native MCP Manifest**: Standard NPX Transport ## šŸ”Œ Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "nnn": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-nnn" ] } } } ``` ## ⚔ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "nnn": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-nnn" ] } } } ``` ## šŸš€ Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-nnn` - **Docker**: `docker run -i --rm mcp/nnn`