Godot MCP Runtime for Cursor
io.github.erodenn/godot-mcp-runtime
Zero-addon MCP server for Godot 4: agents edit, run, and play-test the game.
client:Cursor
transport:stdio
runtime:npm
Install Godot MCP Runtime in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"godot-mcp-runtime": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"godot-mcp-runtime"
],
"env": {
"GODOT_PATH": "<GODOT_PATH>",
"DEBUG": "<DEBUG>",
"GODOT_MCP_DISABLE_ELICITATION": "<GODOT_MCP_DISABLE_ELICITATION>",
"GODOT_MCP_STRICT": "<GODOT_MCP_STRICT>",
"GODOT_MCP_DISABLE_SECURITY": "<GODOT_MCP_DISABLE_SECURITY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs