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.

Last updated: 2026-06-17 View as Markdown

At a glance

Tools added
6
Version
0.1.0
Package id
com.IvanMurzak.Godot.MCP.Tilemap
Engine
Godot · Godot 4.3+
Wraps
TileMapLayer
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.Tilemap

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

  1. Create a TileMapLayer, assign the Ground tileset, and paint a grass tile at cell (3, 5).
  2. List every painted cell in the TileMapLayer.

Keep going