Docs · Extensions · Godot
AI Particles
GPU particle emitters — create 2D/3D GpuParticles nodes, configure amount / lifetime / explosiveness, start/stop emission, and read an emitter’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.ParticlesWhen to ask the AI for it
Ask for VFX in Godot — a spark or smoke emitter and tuning its emission properties.
Not sure if it's installed? Ask the agent
"Do you have Particles tools available?" — the particles- 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.
Create a 3D GPU particle emitter with 500 particles and a 2-second lifetime.Restart and start the spark emitter.