putio-mcp-server
The putio-mcp-server is an MCP server designed for interacting with put.io. Implemented in Python, this tool provides an API for users to manage their transfers on put.io. Key features include listing active transfers, adding new transfers via URL or magnet link, canceling existing transfers, and retrieving browser links for completed transfers. This allows users to efficiently manage their transfers and download files seamlessly.
GitHub Stars
8
User Rating
Not Rated
Forks
1
Issues
1
Views
0
Favorites
0
README
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 <your-putio-api-token>
with your own API token.
{
"mcpServers": {
"putio": {
"command": "uvx",
"args": [
"putio-mcp-server"
],
"env": {
"PUTIO_TOKEN": "<your-putio-api-token>"
}
}
}
}
Author Information
Threads