ILSpy MCP Server (Model Context Protocol) for AI-assisted reverse-engineering of .NET binaries for autonomous Malware Analysis and Reverse Engineering.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ilspy-mcp": {
"command": "npx",
"args": [
"-y",
"cervonwong/ILSpy-MCP"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ilspy-mcp npx -y cervonwong/ILSpy-MCP
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ilspy-mcp": {
"command": "npx",
"args": [
"-y",
"cervonwong/ILSpy-MCP"
]
}
}
}
📋 Copy