mcp-server-chart vs ui-ux-pro-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | ui-ux-pro-mcp by redf0x1 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 17 |
| 30d uses | 10,239 | — |
| Score | 84 | 42 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 4 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
ui-ux-pro-mcp · Summary
AI-powered UI/UX design intelligence MCP server with 1,920+ curated design resources and search tools.
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
ui-ux-pro-mcp · Use cases
- Designers searching for UI patterns and best practices for web or mobile applications
- Teams creating design systems with color palettes and typography recommendations
- Developers needing cross-platform implementation guidelines for iOS and Android
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"]
}
}
}ui-ux-pro-mcp · Install
Installation
**Option 1: NPX (Recommended)**
npx ui-ux-pro-mcp**Option 2: Global Install**
npm install -g ui-ux-pro-mcp
ui-ux-pro-mcp**Option 3: From Source**
git clone https://github.com/redf0x1/ui-ux-pro-mcp.git
cd ui-ux-pro-mcp
npm install
npm run build
npm start**Claude Desktop Configuration**
{
"mcpServers": {
"ui-ux-pro": {
"command": "npx",
"args": ["ui-ux-pro-mcp", "--stdio"]
}
}
}