MCP Catalogs
Home

mcp-server-chart vs mcp-wireshark

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

mcp-server-chart
by antvis
mcp-wireshark
by khuynh22
Stars★ 4,068★ 36
30d uses10,239
Score8444
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
SecurityDeveloper ToolsMonitoring
LanguageTypeScriptPython
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.

mcp-wireshark · Summary

An MCP server that integrates Wireshark/tshark with AI tools for network analysis.

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

  • Summarizing network traffic in PCAP files to identify top communication endpoints
  • Following TCP/UDP streams in captures to analyze application protocols
  • Capturing live network traffic with specific filters for security monitoring

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

pip install mcp-wireshark
claude mcp add --transport stdio --scope user mcp-wireshark -- mcp-wireshark

For Claude Desktop, add to claude_desktop_config.json:

{
    "mcpServers": {
        "wireshark": {
            "command": "mcp-wireshark"
        }
    }
}

For VS Code, create .vscode/mcp.json:

{
    "servers": {
        "wireshark": {
            "command": "mcp-wireshark"
        }
    }
}
Comparison generated from public README + GitHub signals. Last updated automatically.