MCP Catalogs
Home

mcp-server-chart vs zebbern-kali-mcp

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

mcp-server-chart
by antvis
zebbern-kali-mcp
by zebbern
Stars★ 4,068★ 27
30d uses10,239
Score8444
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
SecurityDeveloper ToolsOps & Infra
LanguageTypeScriptPython
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.

zebbern-kali-mcp · Summary

MCP server for Kali Linux penetration testing, providing AI agents with access to 130+ security tools via Docker.

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

zebbern-kali-mcp · Use cases

  • AI-assisted penetration testing with direct access to professional security tools
  • Security education where AI can demonstrate and explain security testing techniques
  • Automated vulnerability scanning through AI agents using the full Kali toolkit

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

zebbern-kali-mcp · Install

Installation

Docker + uvx (Recommended)

  1. Start the Kali backend:
# Download just the compose file — no full clone needed
curl -sLO https://raw.githubusercontent.com/zebbern/zebbern-kali-mcp/main/docker-compose.yml
docker compose up -d
  1. Add to VS Code (.vscode/mcp.json or global MCP config):
{
  "servers": {
    "kali-tools": {
      "command": "uvx",
      "args": ["zebbern-kali-mcp"]
    }
  }
}

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kali-tools": {
      "command": "uvx",
      "args": ["zebbern-kali-mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.