Skip to main content
Glama

Godot MCP Toolkit

Godot MCP Toolkit is a practical MCP server for Godot 4 automation.

Project home: https://github.com/woyucbugongdaitian/godot-mcp-toolkit It combines safe headless project tools with an optional live Editor Bridge and Runtime Agent, so AI assistants can inspect, build, run, test, and iterate on Godot projects.

Highlights

  • Headless project automation — create projects and scenes, edit nodes and resources, write GDScript, run checks, capture screenshots, and execute automation tests.

  • Live editor control — bind one MCP conversation to one Godot editor for undoable scene edits, Inspector changes, selections, scripts, UI, 2D/3D authoring, animation, navigation, physics, audio, themes, plugins, and workspace controls.

  • Runtime remote control — inspect scene trees and properties, call methods, pause/resume/step, inject keyboard and pointer input, capture game views, query physics, and control AudioServer.

  • Runtime observability — poll watched property changes, Runtime Agent events, log cursors, and rolling frame metrics without opening another network service.

  • Stylized rendering helpers — configure 2D palette tinting or 3D filmic environments with ambient color, glow, fog, saturation, contrast, and brightness.

Related MCP server: Godot MCP

Quick Start

Requirements

  • Node.js 18 or later.

  • A Godot 4 executable. Set its path through GODOT_BIN or GODOT_PATH.

Install and build

npm.cmd install
npm.cmd run build

MCP configuration

{
  "mcpServers": {
    "godot-mcp-toolkit": {
      "command": "node",
      "args": ["E:/Tools/godot-mcp-toolkit/build/index.mjs"],
      "env": {
        "GODOT_PATH": "E:/Tools/Godot/Godot_v4.7-stable_win64.exe"
      }
    }
  }
}

Use projectPath with each tool call, or set GODOT_MCP_PROJECT for a default project.

Optional Live Editor and Runtime Control

  1. Copy godot/addons/godot_mcp_pro to the target project's addons/godot_mcp_pro directory.

  2. Enable Godot MCP Toolkit in Project Settings → Plugins.

  3. Set GODOT_MCP_ENABLE_EDITOR_BRIDGE=1 and, when needed, GODOT_MCP_TOOL_GROUPS=all in the MCP server environment.

  4. Reload Godot and the MCP client.

The plugin automatically registers the Runtime Agent as an autoload. Both the editor and runtime enforce a 90-second one-to-one conversation binding; release it with release_editor_binding or release_runtime_binding when finished.

Tool Groups

Group

Focus

Project, scenes, nodes, scripts

Safe headless project automation and CI workflows

Editor and advanced editor

Live Inspector, scene graph, Script Editor, 2D/3D, animation, navigation, physics, audio, themes, and workspace

UI and effects

UI screens/components, particles, shaders, post-process, and stylized rendering

Runtime

Remote game control, input, screenshots, metrics, property watches, physics, and audio

Resources, performance, AI

Resource inspection, profiling, automated tests, and project context

See Capabilities, Editor Bridge setup, Multi-project usage, Compatibility, and the Roadmap.

Development

npm.cmd run check
npm.cmd test
npm.cmd run build

The test suite validates the MCP contract plus editor and runtime one-to-one binding behavior.

License

MIT. See LICENSE. This project is an independent community implementation; see NOTICE.md for attribution.

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to interact with Godot game projects through real-time error detection, automated testing, code analysis, and safe git-based patching. Provides comprehensive project context and development workflow automation for Godot developers.
    Last updated
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Provides a comprehensive integration between LLMs and the Godot Engine, enabling AI assistants to intelligently manipulate project files, scripts, and the live editor. It supports advanced workflows including version-aware documentation querying, automated E2E game testing, and real-time visual context capture.
    Last updated
    46
    26
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    Enables AI assistants to edit, run, inspect, and fix Godot 4 projects through an MCP server with dynamic tool groups and setup-gated capabilities.
    Last updated
    128
    236
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…

  • Live browser debugging for AI assistants — DOM, console, network via MCP.

  • Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/woyucbugongdaitian/godot-mcp-toolkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server