MCP Catalogs
Home

mcp-server-chart vs n8n-claw

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

mcp-server-chart
by antvis
n8n-claw
by freddy-schuetz
Stars★ 4,068★ 436
30d uses10,239
Score8451
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsProductivityDeveloper Tools
LanguageTypeScriptShell
Last committhis monththis month

mcp-server-chart · Summary

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

n8n-claw · Summary

Self-hosted AI agent using n8n with MCP Skills library, memory management, and expert agents.

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-claw · Use cases

  • Personal assistant for task management and reminders
  • Team collaboration agent with knowledge tracking
  • Developer tool for building custom API integrations

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-claw · Install

Installation

Prerequisites

  • Linux VPS (Ubuntu 22.04/24.04 recommended, 4GB RAM and 15GB Disk minimum)
  • Telegram Bot Token (from [@BotFather](https://t.me/BotFather))
  • Your Telegram Chat ID (from [@userinfobot](https://t.me/userinfobot))
  • LLM API Key (Anthropic, OpenAI, OpenRouter, DeepSeek, Gemini, Mistral, Ollama, or OpenAI-compatible)
  • Domain name (or use [sslip.io](https://sslip.io))

Setup Steps

git clone https://github.com/freddy-schuetz/n8n-claw.git && cd n8n-claw && ./setup.sh

The script will prompt for:

  • n8n API Key (generated in n8n UI: Settings → API)
  • Telegram Bot Token and Chat ID
  • LLM API Key (choose your provider)
  • Domain name
  • Agent personality (name, language, communication style)

Optional features:

  • Embeddings for semantic memory search
  • Voice messages (requires Whisper API key)

Claude Desktop Integration

{
  "mcpServers": {
    "n8n-claw": {
      "command": "docker",
      "args": ["run", "--rm", "-i", "n8n-claw-agent", "mcp"],
      "env": {
        "TELEGRAM_BOT_TOKEN": "your-telegram-token",
        "TELEGRAM_CHAT_ID": "your-chat-id",
        "LLM_API_KEY": "your-llm-key",
        "DOMAIN": "your-domain"
      }
    }
  }
}

After setup, send a message to your Telegram bot to start interacting.

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