mcp-server-chart vs mcp-config-manager
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-config-manager by holstein13 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 28 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsProductivityAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | 5 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-config-manager · Summary
Cross-platform MCP server configuration manager with GUI for managing servers across Claude, Gemini & other AI systems.
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-config-manager · Use cases
- Managing multiple MCP servers across different AI clients (Claude, Gemini, Codex)
- Enabling/disabling servers without losing configurations
- Synchronizing server configurations between different AI systems
- Creating and managing project-specific presets for different development needs
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-config-manager · Install
Quick Install
One-command installation:
curl -fsSL https://raw.githubusercontent.com/holstein13/mcp-config-manager/master/install.sh | bashManual installation:
git clone https://github.com/holstein13/mcp-config-manager.git
cd mcp-config-manager
pip install -e .
# Optional: Install PyQt6 for better GUI experience
pip install PyQt6After installation, launch with:
# Launch GUI
mcp gui
# Interactive CLI mode
mcp interactiveFor Claude Desktop, add servers via the GUI or CLI which will manage your ~/.claude.json file directly.