115-MCP-Server

lingwunb666/115-MCP-Server
★ 1 stars Python 💻 Code/Dev Tools Updated today
面向 115 网盘的 MCP 服务器,基于 FastMCP 与 p115client,提供完整的文件、离线下载、分享与媒体库管理能力。 / A full-featured MCP server for 115 Cloud, built on FastMCP and p115client, with file, offline download, sharing, and media library management capabilities.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "115-mcp-server": {
      "command": "uvx",
      "args": [
        "115-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install 115-mcp-server