Loading...
Loading...
[MCP WRAPPER] Programmatically create/modify Godot scenes using Godot MCP tools. Orchestrates mcp_godot_create_scene, mcp_godot_add_node, mcp_godot_load_sprite into agentic workflows. Use when user requests scene generation/automation via MCP. Keywords MCP, scene automation, programmatic scene building, node hierarchy.
npx skill4agent add thedivergentai/gd-agentic-skills godot-mcp-scene-buildermcp_godot_add_nodemcp_godot_add_nodemcp_godot_create_scenetexturePath="C:/Users/..."res://mcp_godot_run_projectmcp_godot_launch_editorshapemcp_godot_create_scene.tscnmcp_godot_add_nodemcp_godot_load_spriteSprite2Dmcp_godot_run_projectCharacterBody2DNode3DControlmcp_godot_create_scenemcp_godot_add_nodemcp_godot_load_spritemcp_godot_run_projectmcp_godot_launch_editorgodot-gdscript-masterymcp_godot_create_scene(scenePath="player.tscn", rootNodeType="CharacterBody2D")mcp_godot_add_node(scenePath="player.tscn", nodeType="Sprite2D", nodeName="Skin", parentNodePath=".")mcp_godot_add_node(scenePath="player.tscn", nodeType="CollisionShape2D", nodeName="Hitbox", parentNodePath=".")mcp_godot_load_sprite(scenePath="player.tscn", nodePath="Skin", texturePath="res://icon.svg")