Unity API Documentation for Cursor
io.github.codeturion/unity-api-mcp
Accurate Unity API docs (2022/2023/6) for AI agents. Prevents hallucinated signatures.
client:Cursor
transport:stdio
runtime:pypi
Install Unity API Documentation in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"unity-api-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"unity-api-mcp"
],
"env": {
"UNITY_VERSION": "<UNITY_VERSION>",
"UNITY_PROJECT_PATH": "<UNITY_PROJECT_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs