Unreal Api MCP
Rank #4,096io.github.Codeturion/unreal-api-mcp
MCP server providing unreal-api-mcp capabilities
Unreal Api MCP is a Model Context Protocol (MCP) server published by codeturion. It ranks #4,096 of 115,460 servers tracked on MCP Toplist, and its repository has 94 GitHub stars. Unreal Api MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Feb 26, 2026 and most recently updated on Mar 2, 2026.
Ranks ahead of 111,364 of 115,460 servers on MCP Toplist.
Use Unreal Api MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add unreal-api-mcp -e "UNREAL_VERSION=<your UNREAL_VERSION>" -e "UNREAL_PROJECT_PATH=<your UNREAL_PROJECT_PATH>" -- uvx unreal-api-mcpReplace each placeholder with your own value before saving.
[mcp_servers.unreal-api-mcp]
command = "uvx"
args = ["unreal-api-mcp"]
[mcp_servers.unreal-api-mcp.env]
UNREAL_VERSION = "<your UNREAL_VERSION>"
UNREAL_PROJECT_PATH = "<your UNREAL_PROJECT_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unreal-api-mcp": {
"command": "uvx",
"args": [
"unreal-api-mcp"
],
"env": {
"UNREAL_VERSION": "<your UNREAL_VERSION>",
"UNREAL_PROJECT_PATH": "<your UNREAL_PROJECT_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unreal-api-mcp": {
"command": "uvx",
"args": [
"unreal-api-mcp"
],
"env": {
"UNREAL_VERSION": "<your UNREAL_VERSION>",
"UNREAL_PROJECT_PATH": "<your UNREAL_PROJECT_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"unreal-api-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"unreal-api-mcp"
],
"env": {
"UNREAL_VERSION": "<your UNREAL_VERSION>",
"UNREAL_PROJECT_PATH": "<your UNREAL_PROJECT_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unreal-api-mcp": {
"command": "uvx",
"args": [
"unreal-api-mcp"
],
"env": {
"UNREAL_VERSION": "<your UNREAL_VERSION>",
"UNREAL_PROJECT_PATH": "<your UNREAL_PROJECT_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unreal-api-mcp": {
"command": "uvx",
"args": [
"unreal-api-mcp"
],
"env": {
"UNREAL_VERSION": "<your UNREAL_VERSION>",
"UNREAL_PROJECT_PATH": "<your UNREAL_PROJECT_PATH>"
}
}
}
}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.Codeturion%2Funreal-api-mcp)<a href="https://mcptoplist.com/server/io.github.Codeturion%2Funreal-api-mcp"><img src="https://mcptoplist.com/badge/io.github.Codeturion%2Funreal-api-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
codeturion
Other servers by codeturion
View all codeturion servers →Available versions (3)
| Version | Published |
|---|---|
| 0.2.0 | Mar 2, 2026 |
| 0.1.1 | Feb 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Unreal Api MCP?
- Unreal Api MCP is maintained by codeturion, which publishes 3 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Unreal Api MCP listed on the Official MCP Registry?
- Yes — Unreal Api MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Unreal Api MCP have?
- MCP Toplist tracks 3 versions of Unreal Api MCP, most recently published on Mar 2, 2026.
- Where can I find the source code for Unreal Api MCP?
- The source code for Unreal Api MCP is hosted at github.com/codeturion/unreal-api-mcp.