Skip to content
VS Code

godot for VS Code

io.github.sterion66/godot

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

client:VS Code transport:stdio runtime:pypi

Install godot in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

godot in other clients