garaujo-edumobi/godot-mcp-server
3.2
If you are the rightful owner of godot-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Godot MCP Server is designed to enhance the development process of Godot projects by providing tools for analysis, linting, and automation.
Godot MCP Server
MCP server for analysis, linting, and automation of Godot projects (GDScript, .tscn, etc).
Prerequisites
- Python 3.8 or higher (Download Python)
- Pip (usually included with Python)
- fastmcp (installed via requirements.txt)
Installation and Usage
- Clone this repository or copy the
mcp-server
folder into your Godot project:git clone <repository-url> # or copy the folder manually cd mcp-server
- Install Python dependencies:
pip install -r requirements.txt
- Start the MCP server:
python server.py
- Use the tools exposed via REST API or integrate with a VS Code extension.
References
- Python
- fastmcp (Model Context Protocol framework)
- Godot Engine
License
This project is licensed under the GNU AGPLv3. Improvements and modifications must be shared publicly.
Contributing
- Fork this repository and submit Pull Requests.
- Use Issues for suggestions and bug reports.
- Collaborate via Discussions or contact us to be added as a contributor.
Purpose
Facilitate automation, linting, and analysis of Godot projects, promoting open collaboration and continuous improvement.