godot-mcp-scene-builder

Create and modify Godot scenes programmatically via MCP tools.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation and modification of Godot scenes, allowing for programmatic scene generation and node manipulation, which is crucial for complex or repetitive scene setup tasks.

Core Features & Use Cases

  • Programmatic Scene Creation: Generates new .tscn files from scratch.
  • Node Manipulation: Adds nodes to existing scenes with specified types, names, and parent-child relationships.
  • Sprite Loading: Assigns textures to Sprite2D nodes.
  • Verification: Includes steps to run the project or launch the editor to verify scene integrity.
  • Use Case: When a user requests to "Create a 2D player scene with a sprite and collision," this skill orchestrates the necessary MCP calls to build that scene structure.

Quick Start

Use the godot-mcp-scene-builder skill to create a new 2D player scene with a sprite and collision.

Frequently Asked Questions about godot-mcp-scene-builder

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

FAQPage Schema
How do I programmatically create Godot scenes using MCP?

To programmatically create Godot scenes, you can use MCP tools to orchestrate functions like mcp_godot_create_scene and mcp_godot_add_node. This allows you to generate new .tscn files and manage node hierarchies automatically.

Can I add nodes and load sprites into an existing Godot scene via automation?

Yes, you can add nodes to existing Godot scenes and load sprites by automating MCP calls. The workflow supports specifying node types, names, and parent-child relationships, as well as assigning textures to Sprite2D nodes.

What is the best way to automate repetitive scene setup tasks in Godot?

Automating repetitive scene setup is best achieved through programmatic scene generation using Godot MCP tools. This approach orchestrates node creation and manipulation, bypassing manual editor setup for complex hierarchies.

Does programmatic scene building require verification steps in the Godot editor?

Yes, programmatic scene building requires verification steps to ensure scene integrity. After orchestrating the MCP calls to build the structure, you should run the project or launch the editor to verify the final output.

When do I need to use MCP for node manipulation instead of the Godot editor UI?

You need MCP for node manipulation when handling complex or repetitive scene setup tasks programmatically. It is ideal when users request automated scene generation or need to manage large node hierarchies without manual UI interaction.