mcp-server-chart vs sh-disney-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | sh-disney-mcp by syyuan14 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 81 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | OtherProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 7 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
sh-disney-mcp · Summary
An MCP server that provides real-time ticket pricing and availability for Shanghai Disneyland.
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
sh-disney-mcp · Use cases
- Travel planning assistants for Disneyland visitors
- Chatbots providing real-time ticket information
- Personalized itinerary recommendations based on ticket availability
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"]
}
}
}sh-disney-mcp · Install
Installation
- Install via npm:
npm install -g sh-disney-mcp- Integrate with your MCP host:
For Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"sh-disney-mcp": {
"command": "npx",
"args": ["-y", "sh-disney-mcp"]
}
}
}