godot-mcp-runtime

Erodenn/godot-mcp-runtime
★ 24 stars TypeScript 📁 File System Updated today
A lightweight, zero-footprint TypeScript MCP server that lets AI assistants interact with the Godot 4.x game engine: not just editing files, but playing the game.
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-runtime": {
      "command": "npx",
      "args": [
        "-y",
        "Erodenn/godot-mcp-runtime"
      ]
    }
  }
}

README Excerpt

<a href="https://glama.ai/mcp/servers/@Erodenn/godot-mcp-runtime"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@Erodenn/godot-runtime-mcp/badge" alt="godot-runtime-mcp MCP server" /> </a> A lightweight [MCP](https://modelcontextprotocol.io/) server that gives AI assistants direct access to a running [Godot](https://godotengine.org/) 4.x game. Not just file editing, not just scene manipulation. Actual runtime control: input simulation, screenshots, UI discovery, and live GDScr

Tools (1)

McpBridge