Minimax AI
Integrates with Minimax's AI services to provide image generation and text-to-speech capabilities through a Node.js server, enabling editors to access image-01 and speech-01 models for creating visuals and natural-sounding audio without leaving the editing environment.
49 stars
0 tools
Created Aug 2025
@psycharch/psycharch-minimax-ai-minimax-mcp-toolsAbout
Integrates with Minimax's AI services to provide image generation and text-to-speech capabilities through a Node.js server, enabling editors to access image-01 and speech-01 models for creating visuals and natural-sounding audio without leaving the editing environment.
Categories
general
Installation
npm
npm install @psycharch/psycharch-minimax-ai-minimax-mcp-tools
Configuration
{
"mcpServers": {
"psycharch-minimax-ai-minimax-mcp-tools": {
"command": "npx",
"args": [
"-y",
"@psycharch/psycharch-minimax-ai-minimax-mcp-tools"
]
}
}
}