Skip to content
Cursor

godot for Cursor

io.github.sterion66/godot

The most complete Godot 4 MCP: secure sandbox, 40+ tools (projects–runtime), major MCP clients.

client:Cursor transport:stdio runtime:pypi

Install godot in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "godot": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "godot-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

godot in other clients