Skip to content
Grok

godot for Grok

io.github.sterion66/godot

The most complete Godot 4 MCP: secure sandbox, 40+ tools (projects–runtime), major MCP clients.

client:Grok transport:stdio runtime:pypi

Install godot in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "godot": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "godot-mcp-server"
      ]
    }
  }
}

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

godot in other clients