godot-mcp

Coding-Solo/godot-mcp
★ 2,343 stars JavaScript 💻 Code/Dev Tools Updated 1mo ago
MCP server for interfacing with Godot game engine. Provides tools for launching the editor, running projects, and capturing debug output.
View on GitHub →

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",
        "Coding-Solo/godot-mcp"
      ]
    }
  }
}

Topics

aigodotmcp