mcp-server-chart vs MCP-Manager-GUI
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | MCP-Manager-GUI by gabrielbacha | |
|---|---|---|
| Stars | ★ 4,068 | ★ 17 |
| 30d uses | 10,239 | — |
| Score | 84 | 34 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsProductivity |
| Language | TypeScript | — |
| Last commit | this month | 13 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-Manager-GUI · Summary
A GUI tool for managing MCP server configurations across different clients.
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-Manager-GUI · Use cases
- Managing multiple MCP servers across Claude and Cursor
- Simplifying configuration setup for new MCP servers
- Testing different MCP server configurations without manual editing
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-Manager-GUI · Install
Download the MCP Manager application from the [official website](https://www.mindfulapps.xyz/mcp).
To configure MCP Manager:
- Open the application
- Add your client by specifying the JSON path to its configuration
- Add new server configurations through the provided form
- Enable or disable servers using the toggle switches