putio-mcp-server\
MCP server for interacting with put.io\ \
Features\
\
- List active transfers\
- Add new transfers via URL or magnet link\
- Cancel existing transfers\
- Get browser links for completed transfers\
\
Prerequisites\
\
- Claude Desktop\
- Python 3.x\
- uvx\
- Put.io account and API token (guide)\
\
Setup\
\ Put following config in your claude_desktop_config.json.\ \ Don't forget to replace \u003cyour-putio-api-token\u003e with your own API token.\ \ \
{\
"mcpServers": {\
"putio": {\
"command": "uvx",\
"args": [\
"putio-mcp-server"\
],\
"env": {\
"PUTIO_TOKEN": "\u003cyour-putio-api-token\u003e"\
}\
}\
}\
}\