mcp-server-chart vs openclaw-superpowers
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | openclaw-superpowers by ArchieIndian | |
|---|---|---|
| Stars | ★ 4,068 | ★ 62 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsSecurity |
| Language | TypeScript | Python |
| 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.
openclaw-superpowers · Summary
A skill library for OpenClaw with 56 plug-and-play skills including cron scheduling, security guardrails, and MCP health monitoring.
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
openclaw-superpowers · Use cases
- Building autonomous AI agents that run 24/7 with persistent memory and task continuity
- Creating secure AI systems with guardrails against prompt injection and dangerous actions
- Developing self-improving agents that can generate new skills based on user feedback
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"]
}
}
}openclaw-superpowers · Install
git clone https://github.com/ArchieIndian/openclaw-superpowers ~/.openclaw/extensions/superpowers
cd ~/.openclaw/extensions/superpowers && ./install.sh
openclaw gateway restartAlternatively, you can install skills manually by copying them to your OpenClaw skills directory and configuring cron jobs.