Discover and explore top open-source AI tools and projects—updated daily.
yurineko73AI-powered Godot Engine integration for natural language project manipulation
Top 95.0% on SourcePulse
This plugin provides a native Model Context Protocol (MCP) server within the Godot Engine, enabling AI assistants to directly interact with and modify Godot projects. It targets Godot Engine developers seeking to integrate AI for tasks like code generation, debugging, and scene manipulation, offering a powerful, dependency-free solution for enhanced productivity.
How It Works
The project implements the MCP specification natively within Godot using its HTTP capabilities, eliminating the need for external runtimes like Node.js. AI tools connect via HTTP to the Godot MCP server, allowing them to read and modify project assets—scripts, scenes, nodes, and resources—through natural language commands. This approach ensures a "ready to use out of the box" experience with deep, real-time project integration.
Quick Start & Requirements
addons/godot_mcp folder to your project's addons directory and enabling the plugin in Project Settings.transport_mode = "http") and port (default 9080). Authentication (auth_enabled, auth_token) is recommended for security.docs/current/ folder.Highlighted Details
Maintenance & Community
This is a community-driven plugin, authored by yurineko73, and is not officially affiliated with Godot Engine or Anthropic. No specific community channels or detailed contribution information beyond the author are provided in the README.
Licensing & Compatibility
The project is licensed under the permissive MIT License, which generally allows for commercial use and integration into closed-source projects.
Limitations & Caveats
As a community plugin, it lacks official support. Secure remote access requires careful configuration, including enabling authentication and potentially using HTTPS, as HTTP is the default transport mode. Functionality is dependent on the correct integration with compatible AI tools.
15 hours ago
Inactive