About
MCP server for interacting put.io
README
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>"
}
}
}
}
Installing Putio
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/putdotio/putio-mcp-serverFAQ
Is Putio MCP free?
Yes, Putio MCP is free — one-click install via Unyly at no cost.
Does Putio need an API key?
No, Putio runs without API keys or environment variables.
Is Putio hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Putio in Claude Desktop, Claude Code or Cursor?
Open Putio on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Putio with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
