loading…
Search for a command to run...
loading…
Enables searching and downloading torrents from iptorrents.com using browser cookie-based authentication, with features like filtering, sorting, and freeleech d
Enables searching and downloading torrents from iptorrents.com using browser cookie-based authentication, with features like filtering, sorting, and freeleech detection.
MCP (Model Context Protocol) server for searching and downloading torrents from iptorrents.com.
pip install -e .
Set environment variables for iptorrents authentication:
export IPTORRENTS_UID="<your_uid_cookie>"
export IPTORRENTS_PASS="<your_pass_cookie>"
export IPTORRENTS_CF_CLEARANCE="<cf_clearance_if_needed>"
Get cookies from iptorrents.com:
uid, pass, and cf_clearanceRun the server:
python -m iptorrents_mcp.main
Search for torrents on iptorrents.com
Parameters:
query (string, required): Search querylimit (integer): Maximum results (default: 10)sort (string): Sort field (seeders, leechers, size, downloads, name, age)Example:
search_iptorrents("The Office", limit=5, sort="seeders")
Inspired by https://github.com/evanpurkhiser/iptorrents-cli - a reference implementation for proper iptorrents API interaction.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"iptorrents-mcp-server": {
"command": "npx",
"args": []
}
}
}