tiled mcp for Zed
io.github.fablenator/tiled-mcp
Inspect, validate and surgically edit Tiled map files (.tmx/.tmj) — byte-preserving, 12 tools.
client:Zed
transport:stdio
runtime:npm
Install tiled mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tiled-mcp": {
"command": "npx",
"args": [
"-y",
"@fablenator/tiled-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs