Skip to content
Cursor

Godot MCP for Cursor

io.github.tugcantopaloglu/godot-mcp

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

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

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