godot-mcp

youssof20/godot-mcp
★ 0 stars GDScript Code/Dev Tools Updated today
MCP server for Godot 4: connect your editor to MCP clients over WebSocket with a focused tool set and structured scene summaries.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "godot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "youssof20/godot-mcp"
      ]
    }
  }
}

Topics

aiclaude-codegame-developmentgodotgodot4mcpwebsocket