MCP Catalogs
Home

mcp-server-chart vs Sonicwall-MCP-Server

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

mcp-server-chart
by antvis
Sonicwall-MCP-Server
by gensecaihq
Stars★ 4,068★ 5
30d uses10,239
Score8437
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
SecurityMonitoringDeveloper Tools
LanguageTypeScriptTypeScript
Last committhis month9 mo ago

mcp-server-chart · Summary

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

Sonicwall-MCP-Server · Summary

A production-ready MCP server for analyzing SonicWall firewall logs with natural language queries and threat detection.

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

Sonicwall-MCP-Server · Use cases

  • Security teams analyzing firewall logs through natural language queries
  • Network administrators investigating blocked connections and threats
  • Compliance teams exporting security events for audit purposes

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

Sonicwall-MCP-Server · Install

Installation

  1. Clone the repository:
git clone https://github.com/gensecaihq/sonicwall-mcp-server.git
cd sonicwall-mcp-server
  1. Configure environment:
cp .env.example .env

Edit with your SonicWall details:

SONICWALL_HOST=192.168.1.1
SONICWALL_USERNAME=admin
SONICWALL_PASSWORD=your_password
SONICWALL_VERSION=7  # or 8
  1. Start with Docker (recommended):
docker compose up -d
  1. Add to Claude Desktop:
{
  "mcpServers": {
    "sonicwall": {
      "transport": "sse",
      "url": "http://localhost:3000/mcp/v1/sse"
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.