Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Putio

FreeNot checked

MCP server for interacting put.io

GitHubEmbed

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

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>"
      }
    }
  }
}

from github.com/putdotio/putio-mcp-server

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-server

FAQ

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

Compare Putio with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs