Unity API Documentation for Grok
io.github.codeturion/unity-api-mcp
Accurate Unity API docs (2022/2023/6) for AI agents. Prevents hallucinated signatures.
client:Grok
transport:stdio
runtime:pypi
Install Unity API Documentation in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"unity-api-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"unity-api-mcp"
],
"env": {
"UNITY_VERSION": "<UNITY_VERSION>",
"UNITY_PROJECT_PATH": "<UNITY_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