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>"
}
}
}
}
Recommend MCP Servers 💡
@strowk/mcp-k8s
MCP server connecting to Kubernetes
mcp-ctera-edge
Provides an AI-powered interface to interact with CTERA Edge Filer for file management via Model Context Protocol (MCP).
sentry-issues-mcp
An MCP server for Sentry issues, providing tools to retrieve single events or project events for LLM analysis
datadog-mcp-server
An MCP server that integrates with the official Datadog API, providing tools to access monitoring data, dashboards, metrics, events, logs, and incidents.
py-az-mcp
An MCP server providing programmatic access to Azure Cloud resources via Azure CLI commands
GitGuardianDeveloper
An MCP server for scanning and remediating hardcoded secrets using GitGuardian’s API, detecting over 500 secret types to prevent credential leaks.