Docs · Extensions · Godot
AI Tilemap
2D tilemaps — create a TileMapLayer, assign a TileSet, set and erase cells from a tileset source + atlas coords, list used cells, and clear the layer.
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.TilemapWhen to ask the AI for it
Ask for 2D level layout in Godot — paint a ground layer, place tiles, or clear a TileMapLayer.
Not sure if it's installed? Ask the agent
"Do you have Tilemap tools available?" — the tilemap- 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 TileMapLayer, assign the Ground tileset, and paint a grass tile at cell (3, 5).List every painted cell in the TileMapLayer.