# niri-wm/niri | Model Context Protocol (MCP) Server > A scrollable-tiling Wayland compositor. - **Stars**: ⭐ 26,853 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "niri": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-niri" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "niri": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-niri" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-niri` - **Docker**: `docker run -i --rm mcp/niri`