Skip to content
Grok

rclone for Grok

io.github.rclone-ui/rclone

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

client:Grok transport:stdio runtime:npm

Install rclone in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rclone": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rclone-mcp"
      ],
      "env": {
        "RCLONE_URL": "<RCLONE_URL>",
        "RCLONE_USER": "<RCLONE_USER>",
        "RCLONE_PASS": "<RCLONE_PASS>",
        "RCLONE_TOOLSETS": "<RCLONE_TOOLSETS>",
        "RCLONE_READ_ONLY": "<RCLONE_READ_ONLY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

rclone in other clients