Home › Other › rclone-mcp

rclone-mcp

MCP server for the Rclone RC API, with selectable toolsets.

TypeScript
★ 11 stars Last pushed 2026-02-08

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "rclone-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "RCLONE_URL": "<YOUR_VALUE>",
        "RCLONE_USER": "<YOUR_VALUE>",
        "RCLONE_PASS": "<YOUR_VALUE>",
        "RCLONE_TOOLSETS": "<YOUR_VALUE>",
        "RCLONE_READ_ONLY": "<YOUR_VALUE>"
      }
    }
  }
}
  • RCLONE_URL — Rclone RC daemon URL
  • RCLONE_USER — HTTP Basic Auth username
  • RCLONE_PASS secret — HTTP Basic Auth password
  • RCLONE_TOOLSETS — Comma-separated list of toolsets to enable (default, all, or specific: core, config, operations, sync, jobs, vfs, mount, etc.)
  • RCLONE_READ_ONLY — Set to 1 to disable write tools

Related servers

Data from the Official MCP Registry