Soulseek MCP Server
Enables Claude to search and download music files from the Soulseek peer-to-peer network using a Soulseek account.
README
Soulseek MCP Server
An MCP (Model Context Protocol) server that enables Claude to search and download music files from the Soulseek peer-to-peer network.
Prerequisites
- Node.js 18+
- A Soulseek account (create one at slsknet.org)
Installation
-
Clone the repository:
git clone <repository-url> cd SoulseekMCP -
Install dependencies:
npm install -
Build the project:
npm run build
Configuration
Set the following environment variables:
| Variable | Required | Description |
|---|---|---|
SOULSEEK_USERNAME |
Yes | Your Soulseek account username |
SOULSEEK_PASSWORD |
Yes | Your Soulseek account password |
DOWNLOAD_PATH |
No | Directory for downloaded files (default: ./downloads) |
Usage with Claude Desktop
Add the server to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"soulseek": {
"command": "node",
"args": ["path/to/SoulseekMCP/dist/index.js"],
"env": {
"SOULSEEK_USERNAME": "your-username",
"SOULSEEK_PASSWORD": "your-password",
"DOWNLOAD_PATH": "/path/to/downloads"
}
}
}
}
Available Tools
search
Search for files on the Soulseek network.
Parameters:
query(string, required): Search query (artist, song title, album, etc.)limit(number, optional): Maximum results to return (default: 50)
download
Download a file from a Soulseek peer.
Parameters:
username(string, required): Username of the peer (from search results)filename(string, required): Full file path (from search results)
get_status
Check the connection status to the Soulseek network.
Development
Watch mode for development:
npm run dev
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
E2B
Using MCP to run code via e2b.