ygg-torrent-mcp
Verified Safeby philogicae
Overview
Provides a Python wrapper and MCP/FastAPI server to programmatically interact with YggTorrent for searching, retrieving details, and downloading torrents.
Installation
docker compose up --build -dEnvironment Variables
- YGG_PASSKEY
Security Notes
The YGG_PASSKEY is handled via environment variables, which is a good practice. It is explicitly designed to be injected locally into torrent files/magnet links to prevent external exposure. A dummy passkey is hardcoded as a fallback, which is a minor concern if inadvertently used in a production environment. No 'eval' or obvious malicious patterns were found in the provided code.
Similar Servers
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
torrent-search-mcp
Provides a Python API and an MCP/FastAPI server to search for torrents programmatically across multiple sources like ThePirateBay, Nyaa, YggTorrent, and La Cale.
pypi-query-mcp-server
A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, and compatibility checking, assisting AI agents in Python development workflows.
rqbit-mcp
Provides a Python API wrapper and an MCP (Model Context Protocol) server to interact with the rqbit torrent client.