Skip to content
VS Code

Godot MCP for VS Code

io.github.tugcantopaloglu/godot-mcp

MCP server for full Godot 4.x engine control with 165 tools for AI-driven game development

client:VS Code transport:stdio runtime:npm

Install Godot MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "godot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tugcantopaloglu/godot-mcp"
      ]
    }
  }
}

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

Godot MCP in other clients