mcp-server-chart vs universal-crypto-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | universal-crypto-mcp by nirholas | |
|---|---|---|
| Stars | ★ 4,068 | ★ 37 |
| 30d uses | 10,239 | — |
| Score | 84 | 44 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | FinanceDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
universal-crypto-mcp · Summary
A universal MCP server for AI agents to interact with 20+ blockchain networks via natural language.
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
universal-crypto-mcp · Use cases
- AI agents can perform cross-chain token swaps through multiple DEX aggregators
- Users can track portfolio performance across 20+ blockchain networks through natural language queries
- Developers can build AI-powered DeFi applications with automated gas optimization and MEV protection
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"]
}
}
}universal-crypto-mcp · Install
Install the package via npm:
npm install @nirholas/universal-crypto-mcpFor Claude Desktop, add to your config.json:
{
"mcpServers": {
"universal-crypto": {
"command": "npx",
"args": ["@nirholas/universal-crypto-mcp"]
}
}
}The server can also run via stdio or HTTP transport modes.