MCP Catalogs
Home

mcp-server-chart vs mcp-n8n-workflow-builder

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

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

mcp-server-chart · Summary

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

mcp-n8n-workflow-builder · Summary

MCP server enabling AI-powered n8n workflow automation through natural language with 17 tools for comprehensive workflow lifecycle 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

mcp-n8n-workflow-builder · Use cases

  • AI-powered workflow creation without JSON editing
  • Multi-instance workflow management across dev/staging/prod environments
  • Debugging and monitoring failed workflow executions
  • Secure credential management for various services

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"]
    }
  }
}

mcp-n8n-workflow-builder · Install

Installation

# Install globally via npm
npm install -g @kernel.salacoste/n8n-workflow-builder

# Verify installation
npx @kernel.salacoste/n8n-workflow-builder --version

Claude Desktop Integration

Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "n8n-workflow-builder": {
      "command": "npx",
      "args": ["@kernel.salacoste/n8n-workflow-builder"]
    }
  }
}

Restart Claude Desktop to complete the setup.

Comparison generated from public README + GitHub signals. Last updated automatically.