mcp-server-chart vs n8n-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | n8n-mcp by czlonkowski | |
|---|---|---|
| Stars | ★ 4,068 | ★ 20,992 |
| 30d uses | 10,239 | — |
| Score | 84 | 63 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsProductivityAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
n8n-mcp · Summary
A comprehensive MCP server providing access to 1,650 n8n workflow nodes and 2,352 templates for AI assistants.
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
n8n-mcp · Use cases
- AI-assisted n8n workflow creation and automation
- Template-based workflow development with AI guidance
- Integration of n8n nodes with Claude Code, Cursor, and other AI-powered tools
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"]
}
}
}n8n-mcp · Install
Installation
**Quick start** - No installation required:
- Use the hosted dashboard at [dashboard.n8n-mcp.com](https://dashboard.n8n-mcp.com)
- Free tier: 100 tool calls/day
**Self-hosting options**:
- **npx**:
npx n8n-mcp - **Docker**:
docker run ghcr.io/czlonkowski/n8n-mcp - **Railway**: Deploy with the [Railway button](https://railway.com/deploy/n8n-mcp?referralCode=n8n-mcp)
- **Local**: See [Self-Hosting Guide](./docs/SELF_HOSTING.md)
**Claude Desktop Configuration**: Add to claude_desktop_config.json:
{
"mcpServers": {
"n8n": {
"command": "npx",
"args": ["n8n-mcp"]
}
}
}**n8n Integration**: See [n8n Deployment Guide](./docs/N8N_DEPLOYMENT.md) for connecting to your n8n instance.