MCP Catalogs
Home

mcp-server-chart vs MiniMax-MCP

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
MiniMax-MCP
by MiniMax-AI
Stars★ 4,068★ 1,476
30d uses10,239
Score8456
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsMediaDeveloper Tools
LanguageTypeScriptPython
Last committhis monththis month

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

MiniMax-MCP · Summary

Official MCP server for MiniMax's Text-to-Speech, image and video generation APIs.

mcp-server-chart · Use cases

  • Data analysts creating visual reports from datasets
  • AI assistants generating custom charts based on user requests
  • Web applications embedding visualization capabilities via HTTP API

MiniMax-MCP · Use cases

  • Create voiceovers for videos and presentations using MiniMax's TTS API
  • Generate custom voices for AI assistants with voice cloning capabilities
  • Produce marketing videos and visual content directly from AI prompts

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For Desktop Apps (e.g., Claude Desktop, VSCode):

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": ["-y", "@antv/mcp-server-chart"]
    }
  }
}

For Windows:

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
    }
  }
}

MiniMax-MCP · Install

Installation

  1. Get your API key from [MiniMax](https://www.minimax.io/platform/user-center/basic-information/interface-key).
  2. Install uv package manager: curl -LsSf https://astral.sh/uv/install.sh | sh
  3. Configure your MCP client with the following settings:

For Claude Desktop:

{
  "mcpServers": {
    "MiniMax": {
      "command": "uvx",
      "args": [
        "minimax-mcp",
        "-y"
      ],
      "env": {
        "MINIMAX_API_KEY": "insert-your-api-key-here",
        "MINIMAX_MCP_BASE_PATH": "local-output-dir-path, such as /User/xxx/Desktop",
        "MINIMAX_API_HOST": "https://api.minimax.io | https://api.minimaxi.com",
        "MINIMAX_API_RESOURCE_MODE": "optional, [url|local], url is default, audio/image/video are downloaded locally or provided in URL format"
      }
    }
  }
}

For Cursor, add the same configuration in Cursor -> Preferences -> Cursor Settings -> MCP -> Add new global MCP Server.

Comparison generated from public README + GitHub signals. Last updated automatically.