godot-mcp-scene-builder

Create and modify Godot scenes programmatically using MCP tools.

3|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/Totes-MickGOATs/mcgoats-game-template --skill godot-mcp-scene-builder-totes-mickgoats
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-mcp-scene-builder
Source: https://github.com/Totes-MickGOATs/mcgoats-game-template/tree/main/engine/godot/skills/godot-mcp-scene-builder
Command: npx skills add https://github.com/Totes-MickGOATs/mcgoats-game-template --skill godot-mcp-scene-builder-totes-mickgoats

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 can be tedious to do manually in the editor.

Core Features & Use Cases

  • Programmatic Scene Creation: Generate new Godot scenes from scratch using a declarative manifest.
  • Node Manipulation: Add, configure, and manage nodes within a scene hierarchy.
  • Sprite Integration: Easily assign textures to Sprite2D nodes.
  • Use Case: When you need to quickly set up a common player character, a UI element, or a level structure, this skill can generate the base scene with the correct node types and hierarchy.

Quick Start

Use the godot-mcp-scene-builder skill to create a 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 create Godot scenes programmatically instead of using the editor?

Programmatic Godot scene creation involves using MCP tools to orchestrate scene generation, node addition, and sprite loading. This approach replaces manual editor work with a declarative manifest to build node hierarchies.

What is the best way to automate node manipulation in a Godot project?

Automating node manipulation in Godot uses MCP tools to add, configure, and manage nodes within a scene hierarchy. This generates base scenes with correct node types programmatically.

Can I generate a Godot 2D player scene with sprites and collision automatically?

Generating a Godot 2D player scene with sprites and collision is supported via MCP scene building. The workflow orchestrates node creation, sprite texture assignment, and collision setup.

Does Godot MCP scene builder support adding textures to Sprite2D nodes?

Adding textures to Sprite2D nodes is a core feature of Godot MCP scene automation. The workflow integrates sprite loading to easily assign textures during programmatic scene generation.

What are the limitations of programmatic scene generation in Godot?

Programmatic Godot scene generation is designed for setting up base scenes, common player characters, UI elements, or level structures. Complex manual editor configurations may still require additional intervention.

When do I need to use MCP for Godot scene building?

MCP for Godot scene building is needed when manual creation and modification of scenes becomes tedious. It automates node hierarchy generation and sprite integration for rapid project setup.