godot-mcp
Control Godot editor, scenes, and scripts through natural language
All Skills in This Repository (20)
Pure Emerald Level Indicatorsmcp-orchestration
Coordinate multiple MCP tools across serial, parallel, conditional, and looping workflows.
godot-skills
Routes standardized Android app-development requests to appropriate handlers.
godot-animation-studio
Generates Blender and PyTorch code for 3D and 2D from natural language prompts.
godot-product-polisher
Automate visual, audio, and UX polish for Godot 4.x projects.
Godot Resource Workflow
Automates creation, modification, and dependency management of Godot .tres/.res files across projects.
context7-auto-research
Automate Context7 searches for library docs and API references.
godot-mcp-auto-launcher
Automate Godot MCP server startup and crash recovery via WebSocket port 9080.
gdscript-syntax-guide
Provides a style guide for writing consistent, standards-compliant GScript code.
godot-compatibility-checker
Detect and fix Godot API compatibility issues between 3.x and 4.x.
godot-project-creator
Generate Godot 4.x project scaffolding and scene templates from natural language descriptions.
godot-test-debugger
Generate and run Godot 4.x unit and integration tests from natural language prompts.
chinese-dev-guide
Configure Chinese localization and workflows for Godot MCP projects.
Frequently Asked Questions
FAQPage SchemaHow to install godot-mcp?▼
Run `npx skills add hhhh124hhhh/godot-mcp --all -g -y` in your terminal to install all skills globally.
How to control Godot with natural language?▼
Enable the Godot MCP plugin in your project, start the server, then describe tasks like creating nodes or editing scripts in plain language and the agent executes them in the editor.
Can it fix Godot 3.x to 4.x migration errors?▼
Yes. The compatibility checker detects outdated API usage like old Tween and particle syntax, then automatically rewrites the code for Godot 4.x.
Does godot-mcp work with Claude Code?▼
Yes. It follows the standard SKILL.md format and connects via the Model Context Protocol, working with Claude Code and other MCP-compatible clients.
Do I need to know GDScript to use it?▼
No. You describe what you want in plain English or Chinese, and the agent generates the scenes, scripts, and configurations for you.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core