Mega MCP Server

MEGA cloud storage CLI MCP server

Local serverstdio

What is the Mega MCP server?

If you already use Mega, the mega mcp server is the piece that lets your assistant work with it directly. MEGA cloud storage CLI MCP server.

What the server does

MCP server for MEGA encrypted cloud storage. Provides file management, uploads, downloads, sharing, folder sync, and search via MEGAcmd.

Installation

npm on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Transfer — The Transfer tool exposed by this server
  • Sharing — The Sharing tool exposed by this server

Credentials and setup notes

Install MEGAcmd: Log in to your MEGA account:

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty of file and storage access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Mega's toolset — Transfer, Sharing — is a fair guide to whether it matches your workflow. It is maintained by ExpertVagabond; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
TransferThe Transfer tool exposed by this server.
SharingThe Sharing tool exposed by this server.

How to install the Mega MCP server

## Configuration

```json
{
  "mcpServers": {
    "mega": {
      "type": "stdio",
      "command": "node",
      "args": ["/path/to/mega-mcp/dist/index.js"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

Install MEGAcmd: Log in to your MEGA account:

Example prompts to try

  • Use Mega to Transfer.
  • Use Mega to Sharing.

Frequently asked questions

It connects Mega to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Transfer, Sharing) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Mega directly.