mcp-server-chart vs xc-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | xc-mcp by conorluddy | |
|---|---|---|
| Stars | ★ 4,068 | ★ 84 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM Tools |
| 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.
xc-mcp · Summary
Intelligent Xcode MCP server for iOS development with progressive disclosure to reduce context usage.
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
xc-mcp · Use cases
- Automated iOS application testing and QA workflows
- AI-driven Xcode project builds and deployment
- Accessibility-first iOS UI automation for AI agents
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"]
}
}
}xc-mcp · Install
# Install globally
npm install -g xc-mcp
# Or run without installation
npx xc-mcp**MCP Configuration** (Claude Desktop):
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"xc-mcp": {
"command": "npx",
"args": ["-y", "xc-mcp"]
}
}
}**Minimal Mode** (for clients that don't support defer_loading):
{
"mcpServers": {
"xc-mcp": {
"command": "npx",
"args": ["-y", "xc-mcp", "--mini"]
}
}
}