Agent Plugins Marketplace
All plugins

mega-mcp

v1.0.3

Codex plugin for operating a MEGA cloud account through the local MEGAcmd MCP server.

Codex1 MCP serverstdio

By Mega LimitedLicense: MIT2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install mega-mcp for Codex

Installs for the current user
codex plugin marketplace add meganz/mega-mcp
codex plugin marketplace upgrade mega
codex plugin add mega-mcp@mega

Paste and run these commands in a terminal with Codex. They add and refresh the mega catalog, then install this plugin.

Compatibility: the page URL and API slug “mega-mcp” remain stable.

  • Codex: mega-mcp@agent-plugin-marketplacemega-mcp@mega

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/meganz/mega-mcp

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

mega-mcp/
├── .codex-plugin/plugin.json
└── .mcp.json

MCP servers1

megastdio
command
node
args
./dist/plugin-server.js
env.MEGA_MCP_EXPOSE_FILES
false

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "mega-mcp",
  "version": "1.0.3",
  "description": "Codex plugin for operating a MEGA cloud account through the local MEGAcmd MCP server.",
  "author": {
    "name": "Mega Limited",
    "email": "[email protected]",
    "url": "https://mega.io"
  },
  "homepage": "https://github.com/meganz/mega-mcp#readme",
  "repository": "https://github.com/meganz/mega-mcp",
  "license": "MIT",
  "keywords": [
    "mega",
    "mcp",
    "cloud-storage",
    "files",
    "megacmd"
  ],
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "MEGA Cloud MCP",
    "shortDescription": "Operate MEGA cloud files through local MEGAcmd.",
    "longDescription": "Connects Codex to a local MCP server that wraps MEGAcmd for listing, searching, uploading, downloading, sharing, and managing MEGA cloud files. Login happens out of band, credentials are never sent through the assistant, and destructive or data-moving actions require confirmation.",
    "developerName": "Mega Limited",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://mega.io",
    "privacyPolicyURL": "https://mega.io/privacy",
    "termsOfServiceURL": "https://mega.io/terms",
    "defaultPrompt": [
      "List my MEGA cloud drive",
      "Find PDFs in my MEGA account",
      "Upload a file and create a MEGA link"
    ],
    "brandColor": "#D9272E",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/icon.png",
    "screenshots": []
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[mega-mcp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mega-mcp)