mega-mcp-server

MEGA MCP Server

MEGA cloud storage CLI integration for AI assistants

npm GitHub stars MIT License

Quick Start

Claude Desktop / Claude Code config
{
  "mcpServers": {
    "mega-mcp-server": {
      "command": "npx",
      "args": ["mega-mcp-server@latest"]
    }
  }
}

Also works with bunx — replace "npx" with "bunx" in the config above