godot-mcp-scene-builder

Create and modify Godot scenes programmatically via MCP tools.

Updated Aug 8, 2026
One-click install
npx skills add https://github.com/kimgea/agent-kit --skill godot-mcp-scene-builder-kimgea
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-mcp-scene-builder
Source: https://github.com/kimgea/agent-kit/tree/main/skills/godot-mcp-scene-builder
Command: npx skills add https://github.com/kimgea/agent-kit --skill godot-mcp-scene-builder-kimgea

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the programmatic creation and modification of Godot scenes using MCP tools to reduce manual scene assembly and error-prone configuration.

Core Features & Use Cases

  • Orchestrates MCP tool calls such as mcp_godot_create_scene, mcp_godot_add_node, and mcp_godot_load_sprite to build and modify scenes from high-level prompts.
  • Enforces correct node hierarchy design and validates results via optional verification steps like mcp_godot_run_project or editor launch.
  • Use Case: rapidly prototype scenes for 2D games by composing root nodes, sprites, and collisions with repeatable MCP pipelines.

Quick Start

Create a basic Godot scene by invoking mcp_godot_create_scene with a root node, add a Sprite2D and a CollisionShape2D, then load a texture with mcp_godot_load_sprite.

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 automate Godot scene building with MCP tools?

Godot scene building is automated by orchestrating MCP tool calls like mcp_godot_create_scene, mcp_godot_add_node, and mcp_godot_load_sprite to programmatically compose root nodes, sprites, and collisions from high-level prompts.

Can I programmatically create and modify Godot node hierarchies?

Yes, you can create and modify Godot node hierarchies programmatically by triggering MCP tool calls that enforce correct structural design and attach sprites like Sprite2D and CollisionShape2D across 2D and 3D contexts.

What is the best way to prototype 2D game scenes in Godot without manual assembly?

The best way to prototype 2D game scenes without manual assembly is using repeatable MCP pipelines that compose root nodes, sprites, and collisions, reducing error-prone configuration through high-level prompt-driven automation.

Does this MCP scene automation verify Godot scene integrity after creation?

Yes, MCP scene automation verifies Godot scene integrity through optional validation steps like mcp_godot_run_project or launching the editor to confirm the programmatically built node hierarchy and texture loading operate correctly.

Do I need any dependencies to use MCP tools for Godot scene automation?

No external dependencies are required to use MCP tools for Godot scene automation, allowing you to directly orchestrate scene creation, node addition, and texture loading within your existing game development workflow.