MCP Servers / file-system / Transmission MCP Server

Transmission MCP Server

JSON →
none2file-system

An MCP server for controlling the Transmission torrent daemon.

Install
How to run this server
[ { "cmd": "pip install -r", "imports": [] } ]
server path: transmission-mcp-server
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envTRANSMISSION_HOST
envTRANSMISSION_PORT
envSOCKS5_HOST
envSOCKS5_PORT
Resources
Transmission MCP Server — MCP Server · libregistry