MCP server for MiniMax vision models — analyze images via the OpenAI-compatible /chat/completions endpoint (MiniMax-M3, M2.x)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"minimax-vision-mcp-s": {
"command": "npx",
"args": [
"-y",
"kira4094/minimax-vision-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add minimax-vision-mcp-s npx -y kira4094/minimax-vision-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"minimax-vision-mcp-s": {
"command": "npx",
"args": [
"-y",
"kira4094/minimax-vision-mcp-server"
]
}
}
}