mcp-slskd
Related Servers
Alternatives to mcp-slskd
No user-submitted related servers found.
Related Servers
- FlicenseAqualityCmaintenanceAn MCP server that enables AI assistants to log into Soulseek, search the network, and download files through simple tool calls.81-
- 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
- FlicenseBqualityNot gradedmaintenanceEnables Claude to search and download music files from the Soulseek peer-to-peer network using a Soulseek account.3-
- AlicenseAqualityCmaintenanceEnables MCP-compatible agents to search Soulseek and manage authorized downloads through an existing slskd instance.3Creative Commons Zero v1.0 Universal
- AlicenseAqualityBmaintenanceProvides AI agents with structured access to the Soulseek network via slskd, including label and format filtering and standing wishlist searches.13MIT
- 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.-
TDQS
Scored across 5 tools
Tools are mostly distinct: browse_user explores a user's files, search_music performs a new search, download_music starts a download, download_status checks progress, and search_last_results fetches cached results. The only potential confusion is between search_music and search_last_results, but descriptions clarify that one performs a new query and the other retrieves previous results.
All tool names follow a consistent verb_noun pattern in snake_case (browse_user, search_music, download_music, download_status, search_last_results). The pattern is predictable and readable, with no mixed conventions.
Five tools is well-scoped for a music download client, covering the essential actions (search, browse, download, status) without unnecessary redundancy. The count feels appropriate for the domain.
The core workflow is covered: search for music, browse user shares, download files, and check download status. However, missing operations like cancel or pause downloads represent a minor gap that agents may need to work around, though not critical for basic usage.