mcp-server-chart vs shadcnspace-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | shadcnspace-mcp by shadcnspace | |
|---|---|---|
| Stars | ★ 4,068 | ★ 1 |
| 30d uses | 10,239 | — |
| Score | 84 | 37 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | JavaScript |
| Last commit | this month | 1 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
shadcnspace-mcp · Summary
MCP server for discovering and installing ShadcnSpace UI blocks directly in AI-powered IDEs.
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
shadcnspace-mcp · Use cases
- Discover and browse available UI components in ShadcnSpace from within your IDE
- Generate installation commands for specific UI blocks without leaving your development environment
- Search for UI components using keywords or tags to find relevant blocks quickly
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"]
}
}
}shadcnspace-mcp · Install
Installation
**Automatic installation:**
npx shadcnspace-cli install <client>**Manual installation:** Add to your IDE's MCP config:
{
"mcpServers": {
"shadcnspace-mcp": {
"command": "npx",
"args": ["-y", "shadcnspace-mcp@latest"]
}
}
}**Supported clients:** Cursor, Windsurf, Claude, Cline, Antigravity