by putdotio
Provides a Model Context Protocol server for managing Put.io transfers, enabling listing, adding, canceling, and retrieving links for torrent and magnet downloads.
Putio Mcp Server allows users to control their Put.io account through the Model Context Protocol, offering command‑line style management of torrent transfers.
claude_desktop_config.json
, replacing <your-putio-api-token>
with your Put.io API token:{
"mcpServers": {
"putio": {
"command": "uvx",
"args": ["putio-mcp-server"],
"env": {"PUTIO_TOKEN": "<YOUR_PUTIO_API_TOKEN>"}
}
}
}
Q: Do I need a Put.io account? A: Yes, an active Put.io account and a valid API token are required.
Q: Can I run this on Windows? A: As long as Python 3.x and uvx are installed, the server works on any OS that supports them.
Q: What environment variable stores the token?
A: PUTIO_TOKEN
.
Q: Is any additional software needed? A: Only Python 3.x, uvx, and the Claude Desktop (or any MCP‑compatible client).
MCP server for interacting with put.io
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>"
}
}
}
}
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "putio": { "command": "uvx", "args": [ "putio-mcp-server" ], "env": { "PUTIO_TOKEN": "<YOUR_PUTIO_API_TOKEN>" } } } }
Discover more MCP servers with similar functionality and use cases
by Skyvern-AI
Skyvern automates browser-based workflows using LLMs and computer vision, offering a robust solution for repetitive online tasks.
by PipedreamHQ
Connect APIs quickly, run event‑driven automations, and execute custom code in Node.js, Python, Go, or Bash on a hosted platform.
by czlonkowski
Provides AI assistants with structured access to n8n node documentation, properties, and operations, enabling automated workflow creation, validation, and management.
by executeautomation
mcp-playwright is a Model Context Protocol (MCP) server that enables large language models (LLMs) to perform browser automation and web scraping tasks using Playwright.
by browserbase
Provides cloud browser automation capabilities for LLMs, enabling web navigation, interaction, screenshot capture, and data extraction through Browserbase and Stagehand.
by haris-musa
excel-mcp-server is a Python-based Model Context Protocol (MCP) server that enables AI agents to programmatically create, read, and modify Excel files without requiring Microsoft Excel to be installed.
by mobile-next
Mobile-mcp is a Model Context Protocol (MCP) server designed for scalable mobile automation, app scraping, and development across iOS and Android devices, including physical devices, simulators, and emulators.
by anaisbetts
mcp-installer is an MCP server designed to automate the installation of other MCP servers, simplifying the process for users.
by leonardsellem
An MCP server that enables AI assistants to interact with n8n workflows through natural language.