Metroidvania Studio for Cursor
io.github.lbarimi/metroidvania-studio
Create and edit connected 2D maps with a local, workspace-scoped MCP server and Lua scripts.
client:Cursor
transport:stdio
runtime:npm
Install Metroidvania Studio in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"metroidvania-studio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"metroidvania-studio"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs