tiled-mcp

hoberobin/tiled-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Model Context Protocol (MCP) server for Tiled Level Editor
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tiled-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hoberobin/tiled-mcp"
      ]
    }
  }
}

README Excerpt

**Model Context Protocol (MCP) server for [Tiled](https://www.mapeditor.org/) JSON maps.** AI agents get semantic tools (`grass`, `water`, `paint_path`, …) instead of raw global tile IDs. Maps stay normal Tiled files you can open in the editor. This repository is the **MCP server and tooling**. Your maps, tilesets, and art are **yours**—keep them in the working directories described below, or use the optional **demo pack** to try the workflow in under a minute.