tiled mcp for VS Code
io.github.fablenator/tiled-mcp
Inspect, validate and surgically edit Tiled map files (.tmx/.tmj) — byte-preserving, 12 tools.
client:VS Code
transport:stdio
runtime:npm
Install tiled mcp in VS Code
.vscode/mcp.json
{
"servers": {
"tiled-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fablenator/tiled-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs