Rclone provides a Model Context Protocol (MCP) server that connects AI assistants to the powerful Rclone Remote Control API. It allows AI models to interact with various cloud storage services using natural language, facilitating tasks like managing remotes, copying, syncing, and listing files. The server auto-generates tools from the Rclone OpenAPI specification, offering 98 endpoints organized into customizable toolsets, and supports flexible deployment options including stdio, Docker, and streamable HTTP transport. It can be configured with environment variables and CLI arguments, and features a read-only mode for secure, non-mutating AI access.
Key Features
01Supports stdio, Docker, and HTTP transports for deployment
02Includes a read-only mode for secure AI access to cloud storage
031 GitHub stars
04Exposes Rclone RC API endpoints for AI interaction
05Offers 98 endpoints grouped into customizable toolsets
06Auto-generates tools from Rclone OpenAPI specification