mmx-cli

Installation
Summary

CLI for text, image, video, speech, and music generation via MiniMax AI platform.

  • Supports six content modalities: text chat, image generation, video generation, text-to-speech, music generation with lyrics or covers, and image understanding via vision models
  • Includes web search, quota management, and async task polling for long-running operations like video generation
  • Provides agent-friendly flags (--non-interactive, --quiet, --output json, --async, --dry-run) and clean stdout/stderr separation for reliable piping and chaining
  • Configurable per-modality defaults, OAuth and API key authentication, region auto-detection, and tool schema export for dynamic agent framework integration
SKILL.md

MiniMax CLI — Agent Skill Guide

Use mmx to generate text, images, video, speech, music, and perform web search via the MiniMax AI platform.

Prerequisites

# Install
npm install -g mmx-cli

# Auth (OAuth persists to ~/.mmx/credentials.json, API key persists to ~/.mmx/config.json)
mmx auth login --api-key sk-xxxxx

# Verify active auth source
mmx auth status

# Or pass per-call
mmx text chat --api-key sk-xxxxx --message "Hello"
Installs
18.6K
Repository
minimax-ai/cli
GitHub Stars
1.9K
First Seen
Apr 8, 2026
mmx-cli — minimax-ai/cli