mcp-server-chart vs claude-emporium
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | claude-emporium by Vvkmnn | |
|---|---|---|
| Stars | ★ 4,068 | ★ 104 |
| 30d uses | 10,239 | — |
| Score | 84 | 47 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsProductivityAI / LLM Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 2 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
claude-emporium · Summary
A collection of 6 MCP plugins that wrap standalone servers with automation hooks, commands, and skills.
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
claude-emporium · Use cases
- Enhancing Claude Code with automated context management and session memory
- Implementing error recovery and pattern learning through the Gladiator plugin
- Optimizing prompts with the Orator plugin's scoring system
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"]
}
}
}claude-emporium · Install
Install the plugins via npm:
npm install claude-praetorian-mcp
npm install claude-historian-mcp
npm install claude-oracle-mcp
npm install claude-gladiator-mcp
npm install claude-vigil-mcp
npm install claude-orator-mcpEach plugin self-configures on install. To enable these in Claude Desktop, add to your config.json:
{
"mcpServers": {
"praetorian": {
"command": "npx",
"args": ["claude-praetorian-mcp"]
},
"historian": {
"command": "npx",
"args": ["claude-historian-mcp"]
},
"oracle": {
"command": "npx",
"args": ["claude-oracle-mcp"]
},
"gladiator": {
"command": "npx",
"args": ["claude-gladiator-mcp"]
},
"vigil": {
"command": "npx",
"args": ["claude-vigil-mcp"]
},
"orator": {
"command": "npx",
"args": ["claude-orator-mcp"]
}
}
}