← Index

io.github.rclone-ui/rclone

io.github.rclone-ui/rclone·v1.0.0·Other
Quality Score
81
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "rclone": {
      "command": "npx",
      "args": [
        "-y",
        "rclone-mcp"
      ],
      "env": {
        "RCLONE_URL": "<rclone_url>",
        "RCLONE_USER": "<rclone_user>",
        "RCLONE_PASS": "<your-rclone_pass>",
        "RCLONE_TOOLSETS": "<rclone_toolsets>",
        "RCLONE_READ_ONLY": "<rclone_read_only>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "rclone": {
      "command": "npx",
      "args": [
        "-y",
        "rclone-mcp"
      ],
      "env": {
        "RCLONE_URL": "<rclone_url>",
        "RCLONE_USER": "<rclone_user>",
        "RCLONE_PASS": "<your-rclone_pass>",
        "RCLONE_TOOLSETS": "<rclone_toolsets>",
        "RCLONE_READ_ONLY": "<rclone_read_only>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y rclone-mcp
§02  Environment variables
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

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other