MCP Catalogs
Home

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 uses10,239
Score8446
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsSecurity
LanguageTypeScriptPython
Last committhis month1 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-chart

For 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 restart

Alternatively, you can install skills manually by copying them to your OpenClaw skills directory and configuring cron jobs.

Comparison generated from public README + GitHub signals. Last updated automatically.