Unreal Engine Code Analyzer MCP Server
@ayeletstudioindia
About Unreal Engine Code Analyzer MCP Server
MCP server for Unreal Engine 5
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Unreal Engine Code Analyzer MCP Server?
A Model Context Protocol (MCP) server that provides source code analysis for Unreal Engine codebases and custom C++ projects. It enables AI assistants like Claude and Cline to understand and analyze C++ source code including class hierarchies, references, patterns, and subsystem details.
How to use Unreal Engine Code Analyzer MCP Server?
Clone the repository, install dependencies with npm install, and build with npm run build. Add the server configuration to your Claude Desktop or Cline settings file, pointing to the built index.js. Before using any analysis tools, set either the Unreal Engine source path (set_unreal_path) or a custom codebase path (set_custom_codebase). Then issue tool commands such as analyze_class, search_code, find_class_hierarchy, or detect_patterns.
Key features of Unreal Engine Code Analyzer MCP Server
- Detailed class analysis (methods, properties, inheritance)
- Class hierarchy mapping with interface inclusion
- Context-aware code search across files
- Reference finding for classes, functions, or variables
- Subsystem analysis (e.g., Physics, Rendering)
- Pattern detection and best practices guidance
- Custom codebase support for any C++ project
- API documentation query with relevance ranking
Use cases of Unreal Engine Code Analyzer MCP Server
- Explore Unreal Engine source during game development or plugin creation
- Analyze custom game engines or graphics libraries for integration
- Understand class hierarchies and references in a C++ codebase
- Get best practices for Unreal Engine concepts like UPROPERTY or replication
- Search for specific code patterns across large projects
FAQ from Unreal Engine Code Analyzer MCP Server
What prerequisites are needed to run the server?
Node.js and npm are required. The server uses TypeScript, tree-sitter for C++ parsing, the MCP SDK, and glob for file pattern matching.
Can I analyze projects other than Unreal Engine?
Yes. Use set_custom_codebase to point to any C++ project—game engines, graphics libraries, frameworks (Qt, Boost), or any C++ application.
How do I configure the server for Claude Desktop?
Add an entry to %APPDATA%\Claude\claude_desktop_config.json with the command set to node and args pointing to the built index.js.
What tools does the server provide?
Tools include analyze_class, find_class_hierarchy, search_code, find_references, analyze_subsystem, detect_patterns, get_best_practices, and query_api.
Where does the source code data live?
Data is parsed live from the file system paths you provide—no external database is used. The server does not store or transmit your code.
Frequently asked questions
What prerequisites are needed to run the server?
Node.js and npm are required. The server uses TypeScript, tree-sitter for C++ parsing, the MCP SDK, and glob for file pattern matching.
Can I analyze projects other than Unreal Engine?
Yes. Use `set_custom_codebase` to point to any C++ project—game engines, graphics libraries, frameworks (Qt, Boost), or any C++ application.
How do I configure the server for Claude Desktop?
Add an entry to `%APPDATA%\Claude\claude_desktop_config.json` with the `command` set to `node` and `args` pointing to the built `index.js`.
What tools does the server provide?
Tools include `analyze_class`, `find_class_hierarchy`, `search_code`, `find_references`, `analyze_subsystem`, `detect_patterns`, `get_best_practices`, and `query_api`.
Where does the source code data live?
Data is parsed live from the file system paths you provide—no external database is used. The server does not store or transmit your code.
Basic information
More Developer Tools MCP servers
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.

CircleCI MCP Server
CircleCIManage CI/CD pipelines, debug failed builds, and optimize test suites directly from your AI agents - no terminal required. The CircleCI MCP Server is a remote server hosted by CircleCI that connects AI tools and agents

Meticulous
MeticulousMCP server and skills to connect to the Meticulous UI testing platform.

ship.page
BitgateThrow HTML at an API, get an unguessable URL back. Zero-config remote MCP server — your agent deploys pages, sites and CI reports in one call. Free, no signup needed.

SSH MCP Server
hypnosisSSH MCP server for AI agents: remote commands, file transfer, log search and server audits through OpenSSH.
Comments