Docs · Extensions · Godot
AI GridMap
3D tile grids — create a GridMap, assign a MeshLibrary, set and clear individual cells (with orientation), clear the whole map, and read its config.
At a glance
Install
Requires the base plugin godot_mcp. After installing, reopen the editor so the new tool family appears in the agent's list.
godot-cli
godot-cli install-extension com.IvanMurzak.Godot.MCP.GridMapWhen to ask the AI for it
Ask for modular 3D level layout — lay out a dungeon or building on a GridMap from a mesh library.
Not sure if it's installed? Ask the agent
"Do you have GridMap tools available?" — the gridmap- tools only exist when the package is present.Example prompts
Copy-pasteable first requests. Start with one, verify it in the editor, then build up.
Create a GridMap, assign the DungeonTiles mesh library, and place a wall tile at cell (2, 0, 3).Clear every cell in the GridMap.