Quick Start
Claude Desktop / Claude Code config
{
"mcpServers": {
"mega-mcp-server": {
"command": "npx",
"args": ["mega-mcp-server@latest"]
}
}
}
Also works with bunx — replace "npx" with "bunx" in the config above