Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From content-create
Provides integration with MiniMax AI API for model access and tools. Runs locally as subprocess via uvx, requires MINIMAX_API_KEY and MINIMAX_API_HOST.
npx claudepluginhub xyzbit/claude-plugins --plugin content-createCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"minimax-mcp": {
"command": "uvx",
"args": [
"--from",
"iflow-mcp_minimax-mcp",
"minimax-mcp"
],
"env": {
"MINIMAX_API_KEY": "${MINIMAX_API_KEY}",
"MINIMAX_API_HOST": "${MINIMAX_API_HOST}"
}
}
}
}Replace placeholder values for: MINIMAX_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
MINIMAX_API_KEY=${MINIMAX_API_KEY}MINIMAX_API_HOST=${MINIMAX_API_HOST}Sensitive values you must provide — never committed to source control
Share bugs, ideas, or general feedback.