Unreal Engine API Documentation for Grok
io.github.codeturion/unreal-api-mcp
Accurate UE5 C++ API docs for AI agents. Prevents hallucinated signatures and includes.
client:Grok
transport:stdio
runtime:pypi
Install Unreal Engine API Documentation in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"unreal-api-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"unreal-api-mcp"
],
"env": {
"UNREAL_VERSION": "<UNREAL_VERSION>",
"UNREAL_PROJECT_PATH": "<UNREAL_PROJECT_PATH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs