PU

Put.io

Created 6 months ago

MCP server for interacting with put.io.

development documentation public

What is Put.io?

Interact with your Put.io account to download torrents.

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

Setup

Put following config in your claude_desktop_config.json. Don't forget to replace `` with your own API token.

{
  "mcpServers": {
    "putio": {
      "command": "uvx",
      "args": [ "putio-mcp-server" ],
      "env": { "PUTIO_TOKEN": "" }
    }
  }
}

Server Config

{
  "mcpServers": {
    "put.io-server": {
      "command": "npx",
      "args": [
        "put.io"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Unknown
Category: official
Tags:
development documentation public