minimax-vision-mcp-server

kira4094/minimax-vision-mcp-server
★ 0 stars JavaScript AI/LLM Updated today
MCP server for MiniMax vision models — analyze images via the OpenAI-compatible /chat/completions endpoint (MiniMax-M3, M2.x)
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}