Docs · Extensions · Godot
AI Animation
Author animation — create AnimationPlayers and libraries, create animations, add value / transform tracks, insert keyframes, and read an animation’s config.
At a glance
Install
Requires the base plugin godot_mcp. After installing, reopen the editor so the new tool family appears in the agent's list.
godot-cli
godot-cli install-extension com.IvanMurzak.Godot.MCP.AnimationWhen to ask the AI for it
Ask for animation authoring in Godot — an idle clip, a keyframed move, or wiring an AnimationPlayer onto a node.
Not sure if it's installed? Ask the agent
"Do you have Animation tools available?" — the animation- tools only exist when the package is present.Example prompts
Copy-pasteable first requests. Start with one, verify it in the editor, then build up.
Add an AnimationPlayer under the Player node and create a 1-second looping Idle animation.Add a position-3d track for the Hero and insert a key at t=0.5 raising it one unit.