Unreal Engine MCP
Rank #504io.github.ChiR24/unreal-engine-mcp
MCP server for Unreal Engine 5 with 17 tools for game development automation.
Unreal Engine MCP is a Model Context Protocol (MCP) server published by ChiR24. It ranks #504 of 115,460 servers tracked on MCP Toplist, and its repository has 847 GitHub stars. Unreal Engine MCP is listed on Official MCP, with 29 tracked versions. It was first listed on Sep 17, 2025 and most recently updated on Apr 3, 2026.
Ranks ahead of 114,956 of 115,460 servers on MCP Toplist.
Use Unreal Engine MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add unreal-engine-mcp -e "UE_HOST=<your UE_HOST>" -e "UE_RC_HTTP_PORT=<your UE_RC_HTTP_PORT>" -e "UE_RC_WS_PORT=<your UE_RC_WS_PORT>" -- npx -y unreal-engine-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.unreal-engine-mcp]
command = "npx"
args = ["-y", "unreal-engine-mcp-server"]
[mcp_servers.unreal-engine-mcp.env]
UE_HOST = "<your UE_HOST>"
UE_RC_HTTP_PORT = "<your UE_RC_HTTP_PORT>"
UE_RC_WS_PORT = "<your UE_RC_WS_PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unreal-engine-mcp": {
"command": "npx",
"args": [
"-y",
"unreal-engine-mcp-server"
],
"env": {
"UE_HOST": "<your UE_HOST>",
"UE_RC_HTTP_PORT": "<your UE_RC_HTTP_PORT>",
"UE_RC_WS_PORT": "<your UE_RC_WS_PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unreal-engine-mcp": {
"command": "npx",
"args": [
"-y",
"unreal-engine-mcp-server"
],
"env": {
"UE_HOST": "<your UE_HOST>",
"UE_RC_HTTP_PORT": "<your UE_RC_HTTP_PORT>",
"UE_RC_WS_PORT": "<your UE_RC_WS_PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"unreal-engine-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"unreal-engine-mcp-server"
],
"env": {
"UE_HOST": "<your UE_HOST>",
"UE_RC_HTTP_PORT": "<your UE_RC_HTTP_PORT>",
"UE_RC_WS_PORT": "<your UE_RC_WS_PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unreal-engine-mcp": {
"command": "npx",
"args": [
"-y",
"unreal-engine-mcp-server"
],
"env": {
"UE_HOST": "<your UE_HOST>",
"UE_RC_HTTP_PORT": "<your UE_RC_HTTP_PORT>",
"UE_RC_WS_PORT": "<your UE_RC_WS_PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unreal-engine-mcp": {
"command": "npx",
"args": [
"-y",
"unreal-engine-mcp-server"
],
"env": {
"UE_HOST": "<your UE_HOST>",
"UE_RC_HTTP_PORT": "<your UE_RC_HTTP_PORT>",
"UE_RC_WS_PORT": "<your UE_RC_WS_PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ChiR24%2Funreal-engine-mcp)<a href="https://mcptoplist.com/server/io.github.ChiR24%2Funreal-engine-mcp"><img src="https://mcptoplist.com/badge/io.github.ChiR24%2Funreal-engine-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ChiR24
Other servers by ChiR24
View all ChiR24 servers →Available versions (29)
| Version | Published |
|---|---|
| 0.5.21 | Apr 3, 2026 |
| 0.5.20 | Mar 20, 2026 |
| 0.5.19 | Mar 17, 2026 |
| 0.5.18 | Feb 21, 2026 |
| 0.5.17 | Feb 16, 2026 |
| 0.5.16 | Feb 12, 2026 |
| 0.5.15 | Feb 6, 2026 |
| 0.5.14 | Feb 5, 2026 |
| 0.5.13 | Feb 2, 2026 |
| 0.5.12 | Jan 20, 2026 |
| 0.5.11 | Jan 18, 2026 |
| 0.5.10 | Jan 4, 2026 |
| 0.5.9 | Jan 3, 2026 |
| 0.5.8 | Jan 2, 2026 |
| 0.5.7 | Jan 1, 2026 |
| 0.5.6 | Dec 30, 2025 |
| 0.5.5 | Dec 29, 2025 |
| 0.5.4 | Dec 27, 2025 |
| 0.5.3 | Dec 21, 2025 |
| 0.5.2 | Dec 18, 2025 |
| 0.5.1 | Dec 18, 2025 |
| 0.4.6 | Oct 4, 2025 |
| 0.4.5 | Oct 3, 2025 |
| 0.4.4 | Sep 28, 2025 |
| 0.4.0 | Sep 20, 2025 |
| 0.3.1 | Sep 19, 2025 |
| 0.3.0 | Sep 17, 2025 |
| 0.2.1 | Sep 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Unreal Engine MCP?
- Unreal Engine MCP is maintained by ChiR24, which publishes 6 MCP servers (35 total versions) tracked on MCP Toplist.
- Is Unreal Engine MCP listed on the Official MCP Registry?
- Yes — Unreal Engine MCP is listed on the Official MCP Registry.
- How many versions does Unreal Engine MCP have?
- MCP Toplist tracks 29 versions of Unreal Engine MCP, most recently published on Apr 3, 2026.
- Where can I find the source code for Unreal Engine MCP?
- The source code for Unreal Engine MCP is hosted at github.com/ChiR24/Unreal_mcp.git.