mcp-server-chart vs math-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | math-mcp by EthanHenrickson | |
|---|---|---|
| Stars | ★ 4,068 | ★ 133 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsOther |
| Language | TypeScript | JavaScript |
| 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.
math-mcp · Summary
MCP server providing math, statistical and trigonometric functions for accurate numerical calculations.
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
math-mcp · Use cases
- Enabling accurate financial calculations in LLM applications
- Supporting data analysis tasks requiring statistical functions
- Allowing engineering calculations with trigonometric operations
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"]
}
}
}math-mcp · Install
- Clone the repository:
git clone https://github.com/EthanHenrickson/math-mcp - Add to your MCP configuration:
"math": {
"command": "node",
"args": ["PATH\TO\PROJECT\math-mcp\build\index.js"]
}Replace PATH\TO\PROJECT with the actual path.