Mega Claude Connector
FreeNot checkedMega.nz MCP server and Claude-powered CLI for cloud storage management. pip install mega-claude-connector
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 filesshow storage usagesearch for invoicesupload /home/user/report.pdfcreate a folder called Backupsdownload 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
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-connectorFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare 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
