
Mega
Wire MEGA cloud storage CLI into your agent so uploads, sync, and file ops happen from the build session.
Overview
MEGA MCP is a Build-phase MCP server that connects coding agents to MEGA cloud storage CLI commands over stdio.
What is this MCP server?
- MEGA cloud storage CLI exposed as MCP (mega-mcp-server npm v1.0.1)
- Stdio transport for Claude Code, Cursor, and other MCP clients
- Repository: ExpertVagabond/mega-mcp-server
- Suited to indie projects using MEGA for assets, backups, or distribution files
- Version 1.0.1
- npm identifier: mega-mcp-server
- Transport: stdio
What problem does it solve?
Hooking MEGA into a project means leaving the agent to run mega-cli, then juggling paths and logs back into chat.
Who is it for?
Indie builders already on MEGA who want agent-driven uploads, sync, or file management during development.
Skip if: Teams standardized on S3, R2, or GCS who need hyperscaler IAM patterns, or users who want a GUI-first storage product.
What do I get? / Deliverables
With mega-mcp-server registered, your agent can run documented MEGA storage CLI workflows inline while you build integrations.
- Working stdio MCP link to mega-mcp-server
- Agent-invokable MEGA storage and sync CLI operations
- Faster build-time integration of MEGA into scripts or pipelines
Recommended MCP Servers
Journey fit
Storage hooks are usually integrated while you are building backups, asset pipelines, or user-facing file features. Integrations is the right shelf for third-party cloud storage MCP bridges that your app or workflow depends on.
How it compares
MEGA MCP is a storage CLI integration, not a backup strategy skill or a multi-cloud migration planner.
Common Questions / FAQ
Who is MEGA MCP for?
It is for solo developers using MEGA storage who want Claude Code, Cursor, or similar agents to drive mega-cli from MCP tools.
When should I use MEGA MCP?
Use it in Build while wiring backups, assets, or file sync into your app or scripts and want storage commands in the same session.
How do I add MEGA MCP to my agent?
Install mega-mcp-server from npm, configure stdio MCP in your agent, install and log into MEGA CLI locally, then restart the agent.