MCP ExplorerExplorer

Putio Mcp Server

@putdotioon 9 months ago
6 MIT
FreeCommunity
AI Systems
MCP server for interacting put.io

Overview

What is Putio Mcp Server

putio-mcp-server is a server designed for interacting with the put.io service, allowing users to manage their file transfers seamlessly.

Use cases

Use cases include managing large file downloads, automating media transfer processes, and integrating with other applications for enhanced file handling.

How to use

To use putio-mcp-server, you need to set up your configuration in the ‘claude_desktop_config.json’ file with your put.io API token and run the server using the command ‘uvx putio-mcp-server’.

Key features

Key features include listing active transfers, adding new transfers via URL or magnet link, canceling existing transfers, and retrieving browser links for completed transfers.

Where to use

putio-mcp-server can be used in various fields such as file management, media downloading, and cloud storage solutions.

Content

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 <your-putio-api-token> with your own API token.

{
  "mcpServers": {
    "putio": {
      "command": "uvx",
      "args": [
        "putio-mcp-server"
      ],
      "env": {
        "PUTIO_TOKEN": "<your-putio-api-token>"
      }
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers