mcp-server-chart vs penpot-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | penpot-mcp-server by zcube | |
|---|---|---|
| Stars | ★ 4,068 | ★ 16 |
| 30d uses | 10,239 | — |
| Score | 84 | 39 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 6 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
penpot-mcp-server · Summary
Penpot MCP server connects AI assistants to Penpot design platform with comprehensive design manipulation capabilities.
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
penpot-mcp-server · Use cases
- AI design assistants creating wireframes and mockups based on natural language descriptions
- Automated design systems maintenance through component updates across multiple files
- Design collaboration with AI-powered commenting and feedback integration
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"]
}
}
}penpot-mcp-server · Install
# Install globally
npm install -g @zcubekr/penpot-mcp-server
# Run the server
penpot-mcp-serverWith Claude Desktop:
{
"mcpServers": {
"penpot": {
"command": "node",
"args": ["/path/to/penpot-mcp-server/dist/index.js"],
"env": {
"PENPOT_API_URL": "https://design.penpot.app",
"PENPOT_ACCESS_TOKEN": "your-access-token"
}
}
}
}Environment variables required:
PENPOT_API_URL: Your Penpot instance URLPENPOT_ACCESS_TOKEN: Your Penpot access token