Skip to content
Cursor

mega for Cursor

io.github.expertvagabond/mega

MEGA cloud storage CLI MCP server

client:Cursor transport:stdio runtime:npm

Install mega in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mega in other clients