# MetrolistGroup/Metrolist | Model Context Protocol (MCP) Server > YouTube Music client for Android - **Stars**: ⭐ 11,449 - **Language**: Kotlin - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Metrolist": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Metrolist" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Metrolist": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Metrolist" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Metrolist` - **Docker**: `docker run -i --rm mcp/Metrolist`