GodotMCP

LeanderM99/GodotMCP
★ 3 stars C# 🤖 AI/LLM Updated 1d ago
MCP server + C# EditorPlugin for controlling Godot 4.6+ .NET from AI assistants like Claude
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": {
    "godotmcp": {
      "command": "npx",
      "args": [
        "-y",
        "LeanderM99/GodotMCP"
      ]
    }
  }
}