← Back to browse

rclone

Indexed by io.github.rclone-ui

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsRCLONE_URL RCLONE_USER RCLONE_PASS RCLONE_TOOLSETS RCLONE_READ_ONLY
Claude Code
claude mcp add --env RCLONE_URL= --env RCLONE_USER= --env RCLONE_PASS= --env RCLONE_TOOLSETS= --env RCLONE_READ_ONLY= rclone -- npx rclone-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"rclone","command":"npx","args":["rclone-mcp"],"env":{"RCLONE_URL":"","RCLONE_USER":"","RCLONE_PASS":"","RCLONE_TOOLSETS":"","RCLONE_READ_ONLY":""}}'
JSON
{
  "mcpServers": {
    "rclone": {
      "command": "npx",
      "args": [
        "rclone-mcp"
      ],
      "env": {
        "RCLONE_URL": "",
        "RCLONE_USER": "",
        "RCLONE_PASS": "",
        "RCLONE_TOOLSETS": "",
        "RCLONE_READ_ONLY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.