Unreal Engine Code Analyzer MCP Server
MCP server for Unreal Engine 5
Overview
The Unreal Engine Code Analyzer MCP Server is a powerful tool designed for analyzing Unreal Engine 5 codebases, enabling AI assistants to understand and analyze source code effectively.
To use the server, clone the repository, install dependencies, and configure it for your AI assistant (Claude or Cline) by adding specific commands to their configuration files.
- Class Analysis: Detailed information about C++ classes. - Hierarchy Mapping: Visualize class inheritance. - Code Search: Context-aware code searching. - Reference Finding: Locate references to classes and functions. - Subsystem Analysis: Analyze major Unreal Engine subsystems. - Pattern Detection & Learning: Identify common patterns and provide resources. - Custom Codebase Support: Analyze any C++ project.
- Analyzing Unreal Engine game projects.
- Understanding complex class hierarchies.
- Searching for specific code patterns in large codebases.
- Learning best practices for Unreal Engine development.
Add to your AI client
Use these steps to connect Unreal Engine Code Analyzer MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"unreal-analyzer-mcp-ayeletstudioindia": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-unreal-analyzer-mcp-ayeletstudioindia"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"unreal-analyzer-mcp-ayeletstudioindia": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-unreal-analyzer-mcp-ayeletstudioindia"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"unreal-analyzer-mcp-ayeletstudioindia": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-unreal-analyzer-mcp-ayeletstudioindia"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"unreal-analyzer-mcp-ayeletstudioindia": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-unreal-analyzer-mcp-ayeletstudioindia"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"unreal-analyzer-mcp-ayeletstudioindia": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-unreal-analyzer-mcp-ayeletstudioindia"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"unreal-analyzer-mcp-ayeletstudioindia": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-unreal-analyzer-mcp-ayeletstudioindia"
]
}
}
}FAQ
Can I analyze any C++ project?
Yes! The server supports custom C++ codebases.
Is there a built-in knowledge base for game genres?
Yes! It includes knowledge about various game genres and features.
How do I set up the server?
Follow the installation instructions in the repository to configure the server for your AI assistant.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1111,"uuid":"482d8888-04da-4871-8df2-d1aeaa38200f","name":"unreal-analyzer-mcp","title":"Unreal Engine Code Analyzer MCP Server","description":"MCP server for Unreal Engine 5","avatar_url":"https://avatars.githubusercontent.com/u/170896401?v=4","created_at":"2025-01-28T02:32:37.697Z","updated_at":"2025-02-23T07:18:49.410Z","status":"created","author_name":"ayeletstudioindia","author_avatar_url":"https://avatars.githubusercontent.com/u/170896401?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/ayeletstudioindia/unreal-analyzer-mcp","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/7db3bf37236d333267908bf7e0e53ae3b3654167aaa455b8ba579c73cf6d3a20/68747470733a2f2f676c616d612e61692f6d63702f736572766572732f7a3336303232776877732f6261646765","type":null,"metadata":"{\"star\":\"71\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-04-16 18:06:58\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]