MCP server for interacting with put.io, allowing transfers management.
Created 3 months ago
MCP server for interacting with put.io, allowing transfers management.
development
documentation
public
What is MCP server for interacting with put.io, allowing transfers management.?
putio-mcp-server is an MCP server for interacting with put.io. It allows users to list active transfers, add new transfers via URL or magnet link, cancel existing transfers, and get browser links for completed transfers.
Documentation
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>"
}
}
}
}
Server Config
{
"mcpServers": {
"mcp-server-for-interacting-with-put.io,-allowing-transfers-management.-server": {
"command": "npx",
"args": [
"mcp-server-for-interacting-with-put.io,-allowing-transfers-management."
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Aug 07, 2025
Updated At:
Aug 07, 2025
Author:
Unknown
Category:
MCP Server
Tags:
development
documentation
public