mcp-server-chart vs MiniMax-Coding-Plan-MCP
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | MiniMax-Coding-Plan-MCP by MiniMax-AI | |
|---|---|---|
| Stars | ★ 4,068 | ★ 79 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | Python |
| Last commit | this month | 3 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
MiniMax-Coding-Plan-MCP · Summary
Specialized MCP server providing coding-specific tools like web search and image analysis for MiniMax users.
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-Coding-Plan-MCP · Use cases
- Enhancing code documentation with web search
- Analyzing UI designs and screenshots for implementation
- Researching code solutions and best practices
- Translating visual mockups to code implementations
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor 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-Coding-Plan-MCP · Install
Installation
- Get your API key from [MiniMax](https://www.minimax.io/platform/user-center/basic-information/interface-key).
- Install
uv(Python package manager):curl -LsSf https://astral.sh/uv/install.sh | sh - Configure your MCP client with the following settings:
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"MiniMax": {
"command": "uvx",
"args": [
"minimax-coding-plan-mcp",
"-y"
],
"env": {
"MINIMAX_API_KEY": "insert-your-api-key-here",
"MINIMAX_API_HOST": "https://api.minimax.io" // or "https://api.minimaxi.com" for mainland
}
}
}
}Cursor
Go to Cursor -> Preferences -> Cursor Settings -> MCP -> Add new global MCP Server and add the above configuration.