Odel
mega mcp server

mega mcp server

Local
@expertvagabondJavaScriptMITUpdated 5mo ago

MEGA cloud storage CLI MCP server

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmega-mcp-serverv1.0.1

Run

npx -y mega-mcp-server

MCP client config

{
  "mcpServers": {
    "mega-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mega-mcp-server"
      ]
    }
  }
}