mcp-server-chart vs toolbase
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | toolbase by Toolbase-AI | |
|---|---|---|
| Stars | ★ 4,068 | ★ 167 |
| 30d uses | 10,239 | — |
| Score | 84 | 39 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 15 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
toolbase · Summary
Toolbase is a desktop application that extends Claude and AI platforms with a visual interface for discovering, installing, and managing MCP-powered 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
toolbase · Use cases
- Enhancing Claude Desktop with additional tools through a visual interface
- Streamlining the installation and management of MCP-powered plugins
- Providing a secure environment for running third-party MCP servers locally
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"]
}
}
}toolbase · Install
Installation
Prerequisites
- Claude Desktop installed
Steps
- Download Toolbase from [https://gettoolbase.ai](https://gettoolbase.ai)
- Open the application
- Use the visual interface to browse and install tools
Claude Desktop Integration
- Open Claude Desktop
- Navigate to Settings > Developer > MCP Servers
- Add the following configuration:
{
"mcpServers": {
"toolbase": {
"command": "path/to/toolbase-runner",
"args": []
}
}
}