godot mcp for VS Code
io.github.tomyud1/godot-mcp
MCP server for Godot game engine integration — control the Godot editor with AI
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",
"godot-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs