Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Mega Claude Connector

FreeNot checked

Mega.nz MCP server and Claude-powered CLI for cloud storage management. pip install mega-claude-connector

GitHubEmbed

About

Mega.nz MCP server and Claude-powered CLI for cloud storage management. pip install mega-claude-connector

README

A Mega.nz MCP server and Claude-powered CLI for managing your cloud storage with AI.

Features

  • MCP server — plug directly into Claude Code or Claude.ai so Claude can browse, upload, download, search, and manage your Mega.nz files as tools
  • CLI — interactive chat interface powered by Claude for natural-language file management

Installation

pip install mega-claude-connector

Setup

Credentials are stored locally on your machine at ~/.config/mega-claude-connector/config and are never included in this package.

On first run you will be prompted:

First-time setup — credentials stored only in ~/.config/mega-claude-connector/config

Mega.nz email: [email protected]
Mega.nz password: ••••••••
Anthropic API key: sk-ant-...   # only needed for the CLI, not the MCP server

Or set environment variables instead:

export [email protected]
export MEGA_PASSWORD=yourpassword
export ANTHROPIC_API_KEY=sk-ant-...   # CLI only

Usage

CLI

mega-claude

Example prompts:

  • list all my files
  • show storage usage
  • search for invoices
  • upload /home/user/report.pdf
  • create a folder called Backups
  • download photo.jpg to /tmp

MCP Server

mega-claude-mcp

Add to your Claude Code MCP config (~/.claude/settings.json):

{
  "mcpServers": {
    "mega": {
      "command": "mega-claude-mcp",
      "env": {
        "MEGA_EMAIL": "[email protected]",
        "MEGA_PASSWORD": "yourpassword"
      }
    }
  }
}

Available MCP Tools

Tool Description
mega_storage_info Get storage usage and quota
mega_list_files List files and folders
mega_search Search by name
mega_upload Upload a local file
mega_download Download a file
mega_create_folder Create a folder
mega_delete Delete a file or folder

Requirements

  • Python 3.11+
  • Mega.nz account
  • Anthropic API key (CLI only)

License

MIT

from github.com/mshekharc/mega-claude-connector

Installing Mega Claude Connector

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/mshekharc/mega-claude-connector

FAQ

Is Mega Claude Connector MCP free?

Yes, Mega Claude Connector MCP is free — one-click install via Unyly at no cost.

Does Mega Claude Connector need an API key?

No, Mega Claude Connector runs without API keys or environment variables.

Is Mega Claude Connector hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Mega Claude Connector in Claude Desktop, Claude Code or Cursor?

Open Mega Claude Connector on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Mega Claude Connector with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs