mcp-server-chart vs GhidrAssistMCP
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | GhidrAssistMCP by symgraph | |
|---|---|---|
| Stars | ★ 4,068 | ★ 613 |
| 30d uses | 10,239 | — |
| Score | 84 | 53 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsSecurityAI / LLM Tools |
| Language | TypeScript | Java |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
GhidrAssistMCP · Summary
A Ghidra extension providing MCP server functionality for AI assistants to interact with reverse engineering capabilities.
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
GhidrAssistMCP · Use cases
- AI-assisted reverse engineering with Ghidra through tools like GhidrAssist
- Automated binary analysis using custom scripts with MCP integration
- Enhanced decompilation and code exploration through AI assistance
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor 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"]
}
}
}GhidrAssistMCP · Install
Installation
Prerequisites
- Ghidra 11.4+ (tested with Ghidra 12.0 Public)
- An MCP Client (like GhidrAssist)
Binary Release (Recommended)
- Download the latest release from the [Releases page](https://github.com/jtang613/GhidrAssistMCP/releases)
- In Ghidra: File → Install Extensions → Add Extension
- Select the downloaded ZIP file
- Enable the plugin: File → Configure → Configure Plugins
Building from Source
git clone <repository-url>
cd GhidrAssistMCP
export GHIDRA_INSTALL_DIR=/path/to/ghidra
gradle installExtension