mcp-server-chart vs pasal
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | pasal by ilhamfp | |
|---|---|---|
| Stars | ★ 4,068 | ★ 236 |
| 30d uses | 10,239 | — |
| Score | 84 | 51 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsKnowledge GraphDeveloper Tools |
| Language | TypeScript | TypeScript |
| 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.
pasal · Summary
MCP server providing grounded access to Indonesian legal data with search, article retrieval, and status checking tools.
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
pasal · Use cases
- Legal professionals researching specific Indonesian laws and their amendments
- AI assistants providing accurate citations and explanations of Indonesian legal provisions
- Developers building applications that need authoritative Indonesian legal data
- Citizens accessing and understanding their rights under Indonesian law
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"]
}
}
}pasal · Install
Install via Claude Desktop
Add this MCP server to Claude Desktop:
{
"mcpServers": {
"pasal-id": {
"command": "http",
"args": ["https://pasal-mcp-server-production.up.railway.app/mcp"]
}
}
}Or via command line:
claude mcp add --transport http pasal-id https://pasal-mcp-server-production.up.railway.app/mcp