Skip to content
Cursor

godot mcp for Cursor

io.github.tomyud1/godot-mcp

MCP server for Godot game engine integration — control the Godot editor with AI

client:Cursor transport:stdio runtime:npm

Install godot mcp in Cursor

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

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

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

godot mcp in other clients