mcp-server-chart vs xclaude-plugin
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | xclaude-plugin by conorluddy | |
|---|---|---|
| Stars | ★ 4,068 | ★ 152 |
| 30d uses | 10,239 | — |
| Score | 84 | 49 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 3 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
xclaude-plugin · Summary
Modular iOS development automation with 8 workflow-specific MCP servers for Claude Code, enabling focused token usage and efficient workflows.
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
xclaude-plugin · Use cases
- Build validation and error checking using the lightweight xc-build MCP
- Rapid development loop combining xc-build for compilation and xc-launch for app installation
- UI testing workflows using xc-interact for accessibility tree queries without rebuilding
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"]
}
}
}xclaude-plugin · Install
Installation
From GitHub (Recommended)
/plugin marketplace add conorluddy/xclaude-plugin
/plugin install xclaude-pluginFrom Local Development
/plugin marketplace add /path/to/xclaude-plugin
/plugin install xclaude-pluginClaude Desktop configuration:
{
"mcpServers": {
"xc-build": {
"command": "node",
"args": ["${CLAUDE_PLUGIN_ROOT}/mcp-servers/xc-build/dist/index.js"]
},
"xc-launch": {
"command": "node",
"args": ["${CLAUDE_PLUGIN_ROOT}/mcp-servers/xc-launch/dist/index.js"]
}
}
}