tiled mcp for Cursor
io.github.fablenator/tiled-mcp
Inspect, validate and surgically edit Tiled map files (.tmx/.tmj) — byte-preserving, 12 tools.
client:Cursor
transport:stdio
runtime:npm
Install tiled mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tiled-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fablenator/tiled-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs