MCP Catalogs
Home

mcp-server-chart vs reverse-engineering-assistant

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

mcp-server-chart
by antvis
reverse-engineering-assistant
by cyberkaida
Stars★ 4,068★ 731
30d uses10,239
Score8453
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsSecurityAI / LLM Tools
LanguageTypeScriptJava
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.

reverse-engineering-assistant · Summary

Ghidra MCP server for AI-powered reverse engineering with specialized tools for binary 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

reverse-engineering-assistant · Use cases

  • Automating binary analysis tasks in security research
  • Assisted reverse engineering in malware analysis
  • Generating reports on algorithms and encryption in software

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

reverse-engineering-assistant · Install

Installation

> NOTE: ReVa only supports Ghidra 12.0 and above!

  1. Download the release for your Ghidra version from the releases page and install using Ghidra's extension manager.
  1. Or build from source:
export GHIDRA_INSTALL_DIR=/path/to/ghidra
g radle install
  1. Activate the plugin in two places:

- Project view → File → Configure → Configure all plugins → Check "ReVa Application Plugin" - Code Browser → File → Configure → Configure all plugins → Check "ReVa Plugin" → Save Tool

Claude Code Configuration

claude mcp add --scope user --transport http ReVa -- http://localhost:8080/mcp/message

VSCode Configuration

{
  "mcp": {
    "servers": {
      "ReVa Assistant": {
        "type": "http",
        "url": "http://localhost:8080/mcp/message"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.