mcp-server-chart vs mcp-chat-studio
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-chat-studio by JoeCastrom | |
|---|---|---|
| Stars | ★ 4,068 | ★ 17 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | JavaScript |
| Last commit | this month | 1 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
mcp-chat-studio · Summary
A powerful MCP testing tool with multi-provider LLM support and modern UI for testing and debugging MCP servers.
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
mcp-chat-studio · Use cases
- MCP server developers testing their tools without manual clicking
- AI app builders comparing different LLM providers on the same tasks
- Enterprise teams sharing test scenarios and environments across the organization
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"]
}
}
}mcp-chat-studio · Install
# Clone and install
git clone https://github.com/JoeCastrom/mcp-chat-studio.git && cd mcp-chat-studio && npm install
# Start (works with Ollama out of the box - no API keys needed!)
npm run dev
# Open http://localhost:3082 and start testing!