gahmen-mcp vs mcp-server-chart
Side-by-side comparison to help you pick between these two MCP servers.
gahmen-mcp by aniruddha-adhikary | mcp-server-chart by antvis | |
|---|---|---|
| Stars | ★ 2 | ★ 4,068 |
| 30d uses | — | 10,239 |
| Score | 32 | 84 |
| Official | — | — |
| Categories | DatabasegovernmentDeveloper Tools | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | 11 mo ago | this month |
gahmen-mcp · Summary
MCP server for Singapore government data APIs with search, metadata, and download capabilities.
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
gahmen-mcp · Use cases
- Data journalists analyzing Singapore public datasets for reporting
- Researchers accessing filtered government statistics for academic work
- Developers building applications on top of Singapore government open data
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
gahmen-mcp · Install
npm installFor Claude Desktop, add this to your config.json:
{
"mcpServers": {
"gahmen": {
"command": "node",
"args": ["path/to/gahmen-mcp/dist/index.js"]
}
}
}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"]
}
}
}