minimax-mcp-tools
Async MCP server with Minimax API integration for image generation and text-to-speech
GitHub Stars
50
User Rating
Not Rated
Favorites
0
Views
26
Forks
12
Issues
0
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Node.js: 16 or higher
Minimax API Key: Obtain from [Minimax Platform](https://api.minimax.chat/)
Minimax Group ID: For TTS functionality
Installation Steps
1. Clone Repository
bash
git clone https://github.com/PsychArch/minimax-mcp-tools
cd minimax-mcp-tools
2. Install Dependencies
bash
npm install
3. Create or Update MCP Configuration File
json
{
"mcpServers": {
"minimax-mcp-tools": {
"command": "npx",
"args": [
"minimax-mcp-tools"
],
"env": {
"MINIMAX_API_KEY": "your-minimax-api-key",
"MINIMAX_GROUP_ID": "your-minimax-group-id"
}
}
}
}
4. Start Server
bash
npm start