A powerful MCP server for .NET reverse engineering, game hacking, and Il2Cpp dump analysis. Features 31 tools for deep assembly inspection, cross-referencing, network patching, and more.
View on GitHub →
Try with Claude — $10 free →
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": {
"dnspymcp": {
"command": "npx",
"args": [
"-y",
"rabbanyhmm/DnSpyMCP"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add dnspymcp npx -y rabbanyhmm/DnSpyMCP
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"dnspymcp": {
"command": "npx",
"args": [
"-y",
"rabbanyhmm/DnSpyMCP"
]
}
}
}
📋 Copy
Topics
cheating csharp dnspy dotnet game-hacking il2cpp mcp-server reverse-engineering