minimax-image-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MINIMAX_API_KEY | Yes | Bearer token for the MiniMax API. Required. | |
| MINIMAX_OUTPUT_DIR | No | Base directory for saved images. Default: ./output | ./output |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| minimax_image_generateA | Generate images from text prompts using MiniMax's image-01 model. Supports multiple aspect ratios, batch generation (1-9 images), image-to-image with character references, prompt optimization, and seed-based reproducibility. Images are saved to disk and file paths are returned. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no risk of confusion or overlap between tools. The single tool's purpose is clearly defined.
The tool name 'minimax_image_generate' follows a clear verb_noun pattern. Since there is only one tool, consistency is trivially maintained.
The server provides only one tool for image generation, which is insufficient for a comprehensive service. Typical image generation servers include additional tools for configuration, model management, or image handling, making this feel extremely thin.
The single tool attempts to cover image generation and image-to-image, but lacks supporting operations such as model listing, parameter validation, or result management. The surface is incomplete for a robust image generation workflow.