mcp-server-chart vs ida-mcp-rs
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | ida-mcp-rs by blacktop | |
|---|---|---|
| Stars | ★ 4,068 | ★ 445 |
| 30d uses | 10,239 | — |
| Score | 84 | 54 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | SecurityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Rust |
| 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-mcp-rs · Summary
MCP server for AI-powered reverse engineering using IDA Pro, offering program analysis, decompilation, and scripting 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
ida-mcp-rs · Use cases
- Automated malware analysis using AI agents to identify suspicious behavior
- Binary auditing and vulnerability detection in software security research
- Software compatibility analysis and legacy code understanding
- Automated documentation generation for software reverse engineering projects
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-mcp-rs · Install
Installation
Prerequisites
- IDA Pro 9.2+ with valid license (9.3sp1 recommended)
Install via Homebrew (macOS / Linux)
brew install blacktop/tap/ida-mcpInstall via Scoop (Windows)
scoop bucket add blacktop https://github.com/blacktop/scoop-bucket
scoop install blacktop/ida-mcpConfigure Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"ida": {
"command": "ida-mcp",
"env": {
"IDA_MCP_TOOLSETS": "core,functions,disassembly,decompile,xrefs",
"IDA_MCP_READ_ONLY": "true"
}
}
}
}Direct Download
Binaries are available on [GitHub Releases](https://github.com/blacktop/ida-mcp-rs/releases).