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.

评论

其他 分类下的更多 MCP 服务器