godot-mcp-auto-launcher

Automate Godot MCP server startup and crash recovery via WebSocket port 9080.

40|4|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/hhhh124hhhh/godot-mcp --skill godot-mcp-auto-launcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-mcp-auto-launcher
Source: https://github.com/hhhh124hhhh/godot-mcp/tree/main/.claude/skills/godot-skills/sub-skills/godot-mcp-auto-launcher
Command: npx skills add https://github.com/hhhh124hhhh/godot-mcp --skill godot-mcp-auto-launcher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates starting and maintaining the Godot MCP server so the AI assistant can communicate with Godot editors without manual setup.

Core Features & Use Cases

  • Auto-launch MCP server on Godot project start or when MCP is unavailable.
  • Automatic recovery when the MCP client or server crashes.
  • Seamless Godot integration via WebSocket on port 9080 for AI-driven code generation and scene management.
  • Safe operation by avoiding direct file modifications; all actions go through MCP tooling.

Quick Start

Run the automatic launcher to ensure MCP is available whenever you open a Godot project. For example:

  • Start: node /path/to/godot-mcp/.claude/skills/godot-mcp-auto-launcher/scripts/start-mcp.js start
  • Check status: node /path/to/godot-mcp/.claude/skills/godot-mcp-auto-launcher/scripts/start-mcp.js status

Frequently Asked Questions about godot-mcp-auto-launcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically start a Godot MCP server when opening a project?

To automatically start a Godot MCP server, you can use an auto-launcher script that runs on project load, ensuring the AI assistant can communicate with the Godot editor without manual setup.

Why does my Godot MCP server connection drop after a crash?

A Godot MCP server connection may drop after a crash, but an auto-launcher provides automatic recovery, detecting when the client or server crashes and restarting it to maintain continuous operation.

Can I use AI-driven code generation in Godot without manually configuring the server?

Yes, you can use AI-driven code generation without manual configuration by using an auto-launcher to manage the MCP server, which facilitates safe operation by avoiding direct file modifications through WebSocket integration.

How do I check the status of my Godot MCP server?

To check the status of your Godot MCP server, run the launcher script with the 'status' argument, which queries the Node.js environment and WebSocket port 9080 to report current availability.

Do I need Node.js to run an MCP server for Godot integration?

Yes, you need a Node.js environment to run an MCP server for Godot integration, because the automation scripts that manage startup and recovery rely on Node.js to execute and maintain the WebSocket connection.