Reclass.net MCP
R

Reclass.net MCP

ReClass.NET MCP integration project, which enables the interaction between Claude Code and the ReClass.NET memory analysis tool through TCP connection, providing functions such as memory read and write, structure management, and process detection.
2.5 points
6.7K

What is the ReClass.NET MCP Server?

This is a special connector that allows Claude Code (AI assistant) to directly communicate with the professional reverse engineering tool ReClass.NET. Imagine you have an 'X-ray machine' (ReClass.NET) that can view the internal structure of a program, and this MCP server is the 'remote control' that enables the AI assistant to operate this machine. Through it, Claude can help you analyze game memory, find data, and create data structures without you having to manually operate the complex tool interface.

How to use the ReClass.NET MCP Server?

The usage is divided into three simple steps: 1) Install the ReClass.NET plugin (to enable ReClass to have communication capabilities); 2) Configure Claude Code to connect to this server; 3) Directly submit memory analysis requests to Claude. For example, you can say 'Help me analyze the address of the health value in the game', and Claude will operate ReClass.NET through this server to complete the work.

Applicable Scenarios

It is most suitable for game modification (finding the addresses of health values and money), software reverse engineering (analyzing data structures), security research (understanding the program's memory layout), and learning reverse engineering (letting the AI guide you to analyze memory). Whether you want to modify a single-player game or understand how a software stores data, this tool can provide powerful assistance.

Main Features

Memory Read and Write Operations
Directly read or modify the memory content of the attached process, supporting various data types (integers, floating-point numbers, text, etc.), just like directly viewing and editing variables in the program.
Data Structure Management
Create, view, and edit complex data structures (classes), automatically parse the memory layout, and help understand how the program organizes data.
In-depth Process Inspection
View all modules (DLLs, EXEs) and memory areas loaded by the target program to understand the complete memory map of the program.
AI-assisted Analysis
Let Claude intelligently infer data types based on memory patterns and suggest appropriate structure definitions to accelerate the reverse analysis process.
Intelligent Address Calculation
Support complex address expressions (such as module.exe+0x1234), automatically calculate the actual memory address, and simplify pointer tracking.
Advantages
Lower the threshold: No need to be proficient in all functions of ReClass.NET, and can operate through natural language
Improve efficiency: AI can quickly perform repetitive memory analysis tasks
Learning assistance: Claude can explain each step of the operation to help users learn reverse engineering
Seamless integration: Deeply integrated with Claude Code for a smooth experience
Safe and reliable: All operations are through standard protocols without modifying the core tools
Limitations
Environment dependence: Need to install and configure ReClass.NET first
Network requirements: Require a local TCP connection, and some security software may block it
Learning curve: Still need a basic understanding of memory and reverse concepts
Process limitation: Can only analyze attached processes
Platform limitation: Mainly for Windows program analysis

How to Use

Install the ReClass.NET Plugin
Download the plugin file and copy the DLL file to the Plugins folder according to your ReClass.NET version (32-bit or 64-bit). After restarting ReClass.NET, the plugin will automatically start the TCP server.
Install the Python MCP Server
Enter the ReClassMCP.Server folder and install the necessary Python dependency packages. Make sure to use Python 3.10 or a higher version.
Configure Claude Code
Add the reclass server configuration to the MCP configuration file of Claude Code and specify the path of the Python script.
Start Using
Start ReClass.NET and attach the target process, and then you can directly ask memory-related questions in Claude Code.

Usage Examples

Game Health Value Search
Search for and monitor the memory address of the player's health value in a single-player game. Claude can help you locate the storage location of the health value through multiple reads and change detection.
Software Configuration Analysis
Analyze the structure of a software's configuration file in memory to understand its data organization method.
Reverse Learning Practice
Newcomers learning reverse engineering can understand the basic concepts and operations of memory analysis by talking to Claude.

Frequently Asked Questions

Do I need to purchase ReClass.NET?
Is this tool safe? Will it damage my system?
Why does Claude say it cannot connect to ReClass.NET?
What types of programs can I analyze?
Is this tool suitable for complete beginners?

Related Resources

ReClass.NET Official Repository
Source code and documentation for the ReClass.NET reverse engineering tool
MCP Protocol Documentation
Official documentation for the Model Context Protocol to understand how MCP works
Claude Code Configuration Guide
How to configure and use the MCP function of Claude Code
Reverse Engineering Getting Started Tutorial
Official ReClass.NET tutorials to learn basic reverse engineering concepts

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "reclass": {
      "command": "python",
      "args": ["/path/to/ReClassMCP/ReClassMCP.Server/reclass_mcp_server.py"],
      "env": {}
    }
  }
}

{
  "mcpServers": {
    "reclass": {
      "command": "uv",
      "args": ["run", "--directory", "/path/to/ReClassMCP/ReClassMCP.Server", "python", "reclass_mcp_server.py"],
      "env": {}
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

V
Vestige
Vestige is an AI memory engine based on cognitive science. By implementing 29 neuroscience modules such as prediction error gating, FSRS - 6 spaced repetition, and memory dreaming, it provides long - term memory capabilities for AI. It includes a 3D visualization dashboard and 21 MCP tools, runs completely locally, and does not require the cloud.
Rust
9.6K
4.5 points
M
Moltbrain
MoltBrain is a long-term memory layer plugin designed for OpenClaw, MoltBook, and Claude Code, capable of automatically learning and recalling project context, providing intelligent search, observation recording, analysis statistics, and persistent storage functions.
TypeScript
10.1K
4.5 points
B
Bm.md
A feature-rich Markdown typesetting tool that supports multiple style themes and platform adaptation, providing real-time editing preview, image export, and API integration capabilities
TypeScript
14.9K
5 points
S
Security Detections MCP
Security Detections MCP is a server based on the Model Context Protocol that allows LLMs to query a unified security detection rule database covering Sigma, Splunk ESCU, Elastic, and KQL formats. The latest version 3.0 is upgraded to an autonomous detection engineering platform that can automatically extract TTPs from threat intelligence, analyze coverage gaps, generate SIEM-native format detection rules, run tests, and verify. The project includes over 71 tools, 11 pre-built workflow prompts, and a knowledge graph system, supporting multiple SIEM platforms.
TypeScript
6.7K
4 points
P
Paperbanana
Python
10.0K
5 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
8.7K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
10.0K
5 points
A
Apify MCP Server
The Apify MCP Server is a tool based on the Model Context Protocol (MCP) that allows AI assistants to extract data from websites such as social media, search engines, and e-commerce through thousands of ready-to-use crawlers, scrapers, and automation tools (Apify Actors). It supports OAuth and Skyfire proxy payment and can be integrated into MCP clients such as Claude and VS Code through HTTPS endpoints or local stdio.
TypeScript
9.9K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
28.5K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
39.2K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
24.9K
4.5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
80.4K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
38.5K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
69.7K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
24.0K
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
107.5K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase