mcp-server-chart vs hive-sdk
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | hive-sdk by hive-intel | |
|---|---|---|
| Stars | ★ 4,068 | ★ 17 |
| 30d uses | 10,239 | — |
| Score | 84 | 44 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | FinanceAI / LLM ToolsDeveloper 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.
hive-sdk · Summary
Institutional-grade crypto market infrastructure MCP server with 376+ tools from 9 providers.
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
hive-sdk · Use cases
- AI agents accessing real-time cryptocurrency market data and DeFi metrics
- Portfolio analysis across multiple blockchains and DeFi protocols
- Security checks before executing transactions, including honeypot detection
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"]
}
}
}hive-sdk · Install
Installation
Using npx (no install required):
HIVE_API_KEY=hive_live_... npx -y -p hive-intelligence hive market price --ids bitcoin --vs usdGlobal install:
npm install -g hive-intelligenceClaude Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"hive": {
"command": "npx",
"args": ["-y", "hive-intelligence"],
"env": { "HIVE_API_KEY": "hive_live_..." }
}
}
}