opencloud (MCP Server)

GitHub

๐ŸŒค๏ธ OpenCloud is the open source platform for file management, sharing and collaboration. Simple and sovereign.

5,816 stars Go MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "opencloud": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-opencloud"
      ]
    }
  }
}