MCP.so
ログイン

putio-mcp-server

@putdotio

putio-mcp-server について

MCP server for interacting put.io

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

putdotio

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is putio-mcp-server?

putio-mcp-server is an MCP (Model Context Protocol) server that integrates with put.io to manage file transfers. It enables Claude Desktop to control put.io transfers—such as adding, listing, and canceling them—directly through natural language. Designed for put.io users who want to automate or simplify download management via Claude.

How to use putio-mcp-server?

Ensure Python 3.x, uvx, and Claude Desktop are installed, and obtain a put.io API token. Then add the provided JSON configuration block to your claude_desktop_config.json, replacing <your-putio-api-token> with your actual token. Once configured, Claude can invoke the server’s tools to interact with put.io.

Key features of putio-mcp-server

  • List active transfers
  • Add new transfers via URL or magnet link
  • Cancel existing transfers
  • Get browser links for completed transfers

Use cases of putio-mcp-server

  • Add a torrent or magnet link to put.io by describing it in Claude
  • Check the progress of current downloads without leaving Claude
  • Remove stalled or unwanted transfers from the queue
  • Retrieve direct browser links for finished files

FAQ from putio-mcp-server

How do I get a put.io API token?

Follow the guide at https://help.put.io/en/articles/5972538-how-to-get-an-oauth-token-from-put-io.

What are the prerequisites for using putio-mcp-server?

You need Claude Desktop, Python 3.x, uvx, and a put.io account with an API token.

How do I configure putio-mcp-server in Claude Desktop?

Add the JSON configuration to your claude_desktop_config.json with the command uvx, argument putio-mcp-server, and the environment variable PUTIO_TOKEN set to your token.

What functionality does putio-mcp-server provide?

It can list active transfers, add transfers by URL or magnet link, cancel transfers, and get browser links for completed transfers.

Is putio-mcp-server specific to Claude Desktop?

Yes, it is built for use with Claude Desktop via the Model Context Protocol, as indicated by the prerequisite of Claude Desktop.

コメント

「その他」の他のコンテンツ