glade mcp for Grok
io.github.glade-tool/glade-mcp
Control the Unity and Godot editors from AI clients: scenes, scripts, physics, materials.
client:Grok
transport:stdio
runtime:pypi
Install glade mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"glade-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gladekit-mcp"
]
}
}
}
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