Unreal Engine API Documentation for Cursor
io.github.codeturion/unreal-api-mcp
Accurate UE5 C++ API docs for AI agents. Prevents hallucinated signatures and includes.
client:Cursor
transport:stdio
runtime:pypi
Install Unreal Engine API Documentation in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"unreal-api-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"unreal-api-mcp"
],
"env": {
"UNREAL_VERSION": "<UNREAL_VERSION>",
"UNREAL_PROJECT_PATH": "<UNREAL_PROJECT_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs