# AnInsomniacy/motrix-next | Model Context Protocol (MCP) Server > A full-featured download manager — rebuilt from the ground up - **Stars**: ⭐ 9,092 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "motrix-next": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-motrix-next" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "motrix-next": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-motrix-next" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-motrix-next` - **Docker**: `docker run -i --rm mcp/motrix-next`