Skip to content
VS Code

godot mcp for VS Code

io.github.mrfentmen/godot-mcp

Godot Asset Library search and asset metadata.

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",
        "@mrfentmen/godot-mcp"
      ]
    }
  }
}

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

godot mcp in other clients