godot-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@godot-mcpopen the main scene and add a new Sprite2D node"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
godot-mcp
MCP server for Godot editor automation.
Use
Install the editor bridge into a Godot project:
uv run godot-mcp --project /path/to/project install-pluginEnable Godot MCP Bridge in Godot's Project Settings > Plugins, then run the MCP server:
uv run godot-mcp --project /path/to/project --godot godot serveThe Python MCP server exposes script read/write/check tools, scene tree and scene edit tools, generic guarded editor calls, and runtime log diagnostics.
Scene and editor operations require the Godot editor plugin to be enabled. File
operations and run_project work from Python directly.
Related MCP server: godot-test-mcp
Codex setup
Install the plugin, create a Codex skill, and register the MCP server:
uv run godot-mcp \
--project /path/to/godot-project \
--godot /opt/homebrew/bin/godot \
setup-codexThe command writes a godot-mcp skill to ~/.codex/skills/godot-mcp and adds a
Codex MCP server named godot. Restart Codex, open the Godot editor, and enable
Godot MCP Bridge in Project Settings > Plugins.
Use --replace to refresh an existing godot MCP config, --mcp-name to use a
different server name, or --dry-run to print the changes without writing them.
This server cannot be installed
Maintenance
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
- AlicenseAqualityCmaintenanceNative C# Model Context Protocol (MCP) server for Godot Engine. Connects AI coding assistants (Claude, Cursor, Copilot, VS Code, etc.) directly to your running Godot editor.Last updated1719MIT
- Alicense-qualityDmaintenanceMCP server for automated Godot 4 game testing. Enables launching games, capturing errors, and verifying changes from Claude Code or any MCP client.Last updated1MIT
- AlicenseAqualityCmaintenanceA Godot 4 MCP server for AI-assisted project inspection, editing, validation, and runtime automation via stdio and optional WebSocket bridge.Last updated391MIT
Related MCP Connectors
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP server for understanding Javascript internals from ECMAScript specification.
MCP server for Klever blockchain smart contract development.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Gridness/godot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server