tiled mcp for Gemini CLI
io.github.fablenator/tiled-mcp
Inspect, validate and surgically edit Tiled map files (.tmx/.tmj) — byte-preserving, 12 tools.
client:Gemini CLI
transport:stdio
runtime:npm
Install tiled mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tiled-mcp": {
"command": "npx",
"args": [
"-y",
"@fablenator/tiled-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs