everything vs ida-pro-mcp
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | ida-pro-mcp by mrexodia | |
|---|---|---|
| Stars | ★ 85,748 | ★ 8,558 |
| 30d uses | — | — |
| Score | 77 | 60 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | SecurityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | this month |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
ida-pro-mcp · Summary
IDA Pro MCP server enabling AI-powered reverse engineering through MCP protocol integration.
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
ida-pro-mcp · Use cases
- Automated malware analysis with AI assistance
- Binary vulnerability research and identification
- Software reverse engineering and deobfuscation
everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythingida-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