slsk-mcp
Related Servers
Alternatives to slsk-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that gives AI agents full control over slskd, a modern Soulseek client, enabling search, download, browse peers, monitor transfers, and manage the slskd instance.1MIT
- FlicenseAqualityDmaintenanceMCP server for searching and downloading music from the Soulseek peer-to-peer network via slskd. Enables AI assistants to discover and download music directly.5-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that gives AI agents the ability to listen to and understand music/audio files, enabling semantic analysis, stem separation, lyrics transcription, and signal processing via tool calls.1MIT
- FlicenseNot gradedqualityAmaintenanceEnables AI assistants to search and download music from the Soulseek peer-to-peer network via Nicotine+, with smart ranking of results by audio quality and peer speed, bulk automation, and real-time transfer monitoring.-
- AlicenseAqualityCmaintenanceEnables MCP-compatible agents to search Soulseek and manage authorized downloads through an existing slskd instance.3Creative Commons Zero v1.0 Universal
- AlicenseNot gradedqualityBmaintenanceMCP server that enables AI agents to search torrents, download them, and stream video directly to VLC while managing active downloads.3 npmMIT
TDQS
Scored across 8 tools
Each tool targets a distinct capability: search finds files, download initiates transfers, download_status polls progress, cancel_download aborts, list_downloads enumerates active sessions, connection_health checks connectivity, peer_status inspects peer state, and get_config retrieves settings. There is no functional overlap between any two tools.
All names use lowercase_snake_case, but the pattern mixes single verbs (search, download) with verb_noun (get_config, cancel_download, list_downloads) and noun phrases (connection_health, peer_status, download_status). While readable and predictable, it is not a strict verb_noun convention throughout.
Eight tools is well within the ideal 3-15 range and is appropriate for a focused Soulseek client. Each tool earns its place, covering search, download lifecycle, session management, and health checks without unnecessary bloat.
The tool surface covers the full download workflow: search, initiate download, poll status, cancel, and list active/recent transfers. It also includes connection health, peer status, and config retrieval to address operational concerns. No obvious dead ends or missing core operations for a download-centric Soulseek MCP.