mcp-server-chart vs clawmaster
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | clawmaster by openmaster-ai | |
|---|---|---|
| Stars | ★ 4,068 | ★ 20 |
| 30d uses | 10,239 | — |
| Score | 84 | 42 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsProductivityAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
clawmaster · Summary
A comprehensive MCP server platform for managing OpenClaw with web console, desktop app, and MCP server integration.
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
clawmaster · Use cases
- Managing OpenClaw configurations for teams or families through a centralized web interface
- Setting up memory-backed digital assistants with PowerMem integration
- Monitoring and observability of OpenClaw runtime performance and costs
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"]
}
}
}clawmaster · Install
Installation
CLI + Web Console (recommended)
npm i -g clawmaster
clawmaster # start the web consoleOpen http://localhost:16223 — the setup wizard walks you through OpenClaw engine detection and LLM provider configuration.
clawmaster serve --daemon # run in background
clawmaster stop # stop the service
clawmaster doctor # verify your environmentDesktop App (Beta)
Download the installer for your platform from [GitHub Releases](https://github.com/openmaster-ai/clawmaster/releases)
From Source
git clone https://github.com/openmaster-ai/clawmaster.git
cd clawmaster
npm install
npm run dev:web # web console + backend
npm run tauri:dev # desktop appRequires Node.js 20+.