Transmission MCP Server
JSON →An MCP server for controlling the Transmission torrent daemon.
Install
pip install -r Tools · 18
- transmission_add_torrent Add a new torrent to Transmission
- transmission_get_torrents Get list of all torrents
- transmission_get_torrent Get details of a specific torrent
- transmission_remove_torrent Remove a torrent from Transmission
- transmission_start_torrent Start a torrent
- transmission_stop_torrent Stop a torrent
- transmission_verify_torrent Verify a torrent's data
- transmission_reannounce_torrent Reannounce a torrent to trackers
- transmission_set_torrent_priority Set priority for a torrent
- transmission_set_torrent_files Set file priorities for a torrent
- transmission_rename_torrent_path Rename a torrent's path
- transmission_set_torrent_limits Set speed limits for a torrent
- transmission_get_session_stats Get Transmission session statistics
- transmission_get_session_info Get Transmission session information
- transmission_set_session_settings Set Transmission session settings
- transmission_port_test Test if the Transmission port is open
- transmission_blocklist_update Update the blocklist
- transmission_free_space Get free space for a directory
Environment variables
TRANSMISSION_HOSTTRANSMISSION_PORTSOCKS5_HOSTSOCKS5_PORT
★ 2 GitHub stars