@hmanlab/mmx-claude
v0.5.3
Published
Claude Code MCP adapter for the seven MiniMax multimodal tools. Companion to @hl-plugins/mmx (OpenCode).
Readme
@hmanlab/mmx-claude
Claude Code adapter for the seven MiniMax multimodal tools. Pairs with
@hmanlab/mmx (the OpenCode plugin) — same
mmx-cli binary, same auth, two install records.
Install
npx -y @hmanlab/hl-plugins install mmx-claudeOr install the CLI globally first:
npm install -g @hmanlab/hl-plugins
hl-plugins install mmx-claudeWhat it does
Ships the same seven MiniMax tools to Claude Code via a Model Context Protocol (MCP) server that Claude Code launches at startup.
| Runtime | Package | Transport |
|---|---|---|
| OpenCode | @hmanlab/mmx | tool() from @opencode-ai/plugin, runs as .ts |
| Claude Code | @hmanlab/mmx-claude (this package) | MCP server, bundled .js |
Tools provided
mmx_image— generate imagesmmx_speech— text-to-speechmmx_video— generate videosmmx_music— generate musicmmx_search— web searchmmx_vision— analyze imagesmmx_quota— check token plan usage
Requirements
mmx-cli— installed automaticallybun— installed automatically if missing- MiniMax API key — prompted during install (or set
MMX_API_KEY)
How it works
- The install flow copies the pre-built MCP server bundle to
~/.hmanlab/plugins/mmx-claude/mmx-mcp-server.js - Copies the skill markdown to
~/.claude/skills/mmx-claude/SKILL.md - Merges
mcpServers.mmx-claudeinto~/.claude.json - Runs
mmx quotaas a post-install smoke test
Uninstall
hl-plugins uninstall mmx-claudeReverses every install step. Does not remove mmx-cli or your API credentials.
License
MIT
