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.

Last updated: 2026-06-17 View as Markdown

At a glance

Tools added
7
Version
0.1.0
Package id
com.IvanMurzak.Godot.MCP.GridMap
Engine
Godot · Godot 4.3+
Wraps
GridMap
Repository

Install

Requires the base plugin godot_mcp. After installing, reopen the editor so the new tool family appears in the agent's list.

godot-cligodot-cli install-extension com.IvanMurzak.Godot.MCP.GridMap

When 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.

  1. Create a GridMap, assign the DungeonTiles mesh library, and place a wall tile at cell (2, 0, 3).
  2. Clear every cell in the GridMap.

Keep going