mcp-server-chart vs ida-pro-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | ida-pro-mcp by mrexodia | |
|---|---|---|
| Stars | ★ 4,068 | ★ 8,558 |
| 30d uses | 10,239 | — |
| Score | 84 | 60 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | SecurityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Python |
| 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.
ida-pro-mcp · Summary
IDA Pro MCP server enabling AI-powered reverse engineering through MCP protocol integration.
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
ida-pro-mcp · Use cases
- Automated malware analysis with AI assistance
- Binary vulnerability research and identification
- Software reverse engineering and deobfuscation
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"]
}
}
}ida-pro-mcp · Install
Installation (Claude Code)
claude plugin marketplace add mrexodia/claude-marketplace
claude plugin install ida-pro-mcp@mrexodiaTo update to the latest version:
claude plugin update ida-pro-mcp@mrexodia**Note**: This requires having idalib activated globally and [uv](https://astral.sh/uv) installed.
Installation (Manual)
pip install https://github.com/mrexodia/ida-pro-mcp/archive/refs/heads/main.zip
ida-pro-mcp --install