Unreal Engine API Documentation✓
io.github.Codeturion/unreal-api-mcp · v0.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Codeturion/unreal-api-mcp",
"description": "Accurate UE5 C++ API docs for AI agents. Prevents hallucinated signatures and includes.",
"title": "Unreal Engine API Documentation",
"repository": {
"url": "https://github.com/Codeturion/unreal-api-mcp",
"source": "github"
},
"version": "0.2.0",
"packages": [
{
"registryType": "pypi",
"identifier": "unreal-api-mcp",
"version": "0.2.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Unreal Engine version to serve: 5.5, 5.6, or 5.7 (default: auto-detect or 5.7)",
"format": "string",
"name": "UNREAL_VERSION"
},
{
"description": "Path to Unreal project for auto-detecting version from .uproject EngineAssociation field",
"format": "string",
"name": "UNREAL_PROJECT_PATH"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}