MCP Catalogs
Home

mcp-server-chart vs n8n-workflow-builder

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
n8n-workflow-builder
by makafeli
Stars★ 4,068★ 519
30d uses10,239
Score8452
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityDeveloper ToolsOps & Infra
LanguageTypeScriptJavaScript
Last committhis month2 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

n8n-workflow-builder · Summary

MCP server connecting AI assistants to n8n workflows for natural language automation management.

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-workflow-builder · Use cases

  • Automate e-commerce order processing through AI conversation
  • Create and trigger data pipelines using natural language commands
  • Monitor and manage API integration workflows via AI assistants

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For 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-workflow-builder · Install

Installation & Usage

Method 1: Smithery.ai (Hosted - Recommended)
  1. Visit [smithery.ai](https://smithery.ai)
  2. Search: "n8n-workflow-builder"
  3. Connect with your n8n host and API key
Method 2: NPX (Local)
npx @makafeli/n8n-workflow-builder
Method 3: Manual Installation
git clone https://github.com/makafeli/n8n-workflow-builder.git
cd n8n-workflow-builder
npm install
npm run build
npm start
Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "n8n-workflow-builder": {
      "command": "npx",
      "args": ["@makafeli/n8n-workflow-builder"],
      "env": {
        "N8N_HOST": "http://localhost:5678",
        "N8N_API_KEY": "your-api-key-here"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.