godot-mcp-setup

Install and configure the Godot MCP server for Claude Desktop.

488|36|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-mcp-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-mcp-setup
Source: https://github.com/thedivergentai/gd-agentic-skills/tree/main/skills/godot-mcp-setup
Command: npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-mcp-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the installation and configuration of the Godot Model Context Protocol (MCP) server, enabling programmatic scene manipulation within Godot Engine.

Core Features & Use Cases

  • MCP Server Installation: Installs the Godot MCP server using npm or npx.
  • Claude Desktop Configuration: Generates and validates the necessary JSON configuration for Claude Desktop to recognize the MCP server.
  • Use Case: When a user wants to build complex game scenes or automate repetitive scene modifications using an AI agent, this skill ensures the foundational MCP server is correctly set up.

Quick Start

Install the Godot MCP server using npx and configure Claude Desktop by generating the necessary JSON.

Frequently Asked Questions about godot-mcp-setup

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

FAQPage Schema
How do I set up Godot MCP for scene automation?

To set up Godot MCP for scene automation, you must install the MCP server using npx and configure Claude Desktop by generating the required JSON configuration entries.

What is Godot MCP used for in game development?

Godot MCP is used for programmatic scene manipulation, allowing AI agents to build complex game scenes and automate repetitive scene modifications within the Godot Engine.

Do I need Node.js to configure the Godot MCP server?

Yes, you need Node.js and npm installed on your system to install the Godot MCP server via npx and complete the Claude Desktop configuration process.

How does Claude Desktop recognize the Godot MCP server?

Claude Desktop recognizes the Godot MCP server by reading the `claude_desktop_config.json` file, which this Skill automatically generates and validates with the correct server configuration.

Can I automate complex scene building in Godot using an AI agent?

Yes, once the Godot MCP server is installed and configured, you can use an AI agent to programmatically build complex scenes and automate repetitive scene modifications.