Browse the full directory of Claude Code plugins — commands, agents, skills, MCP servers, and more.
Browse plugins →Eight Claude Code plugins for Godot compared by component mix: GDScript skill packs, MCP editor control, hooks, and multi-engine game-dev bundles.
"Godot" was the most-searched technology in ClaudePluginHub's internal search over the past 30 days: 192 searches from 115 distinct searchers, ahead of the next technology theme, Obsidian, at 107 searches. The supply side has not caught up — the Godot technology page covers roughly 10 matching plugins in a directory of 37,794. That gap makes it worth mapping what actually exists: Claude Code plugins for Godot currently come in a few distinct shapes — skill libraries that teach Claude GDScript patterns, MCP servers that drive the Godot editor directly, and broader game-dev bundles where Godot is one engine among several. By the end of this post you should be able to pick one (or a complementary pair) based on the component mix your workflow needs, rather than on star counts alone.
One honest caveat up front: this is a small, early category. Weekly installs for these plugins are in the single digits — 6 installs over the past 7 days for the most-installed Godot-specific entry. What separates them is capability and component design, so that is what this post compares.
godot-prompter adds 48 reusable skills and 9 domain-specific agents for Godot 4.x development, covering GDScript and C# code generation, 2D/3D systems, multiplayer, AI navigation, UI/HUD, animation, shaders, physics, editor plugins, performance profiling, testing, CI/CD, and mobile export. At 150 stars and 6 installs over the past 7 days, it is the most-installed Godot-specific plugin in this set this week. Reach for it when you want one install that covers most of a Godot project's lifecycle — from gameplay code to profiling and export. Compared with the skills-only packs below, it pairs its skill library with agents, which means delegated multi-step work rather than only pattern knowledge. Details and install instructions are on its plugin page.
This skills-only bundle spans engines: it generates algorithmic art as p5.js sketches, builds Godot 4 games with GDScript patterns, develops Unity games with optimized C# and URP/HDRP pipelines, and applies 2D/3D design principles for indie prototyping. Its 37,904 stars are the highest in this set (stars track the source repository), against 3 installs in the past 7 days. It fits developers who prototype across engines rather than committing to Godot alone. The grounded contrast with godot-prompter: both ship skills, but this bundle trades Godot depth for engine breadth and includes no agents. See the plugin page.
godot-claude-skills is a skills-only pack for Godot 4.x that generates idiomatic GDScript for movement and state machines, designs scenes with node hierarchies, writes shaders for effects and materials, and performs live editor interactions via an AI Bridge for rapid iteration, testing, and validation. It is early-stage by the numbers — 14 stars, 1 install in the past 7 days. Use it when you want a small footprint plus the ability to iterate against a running editor instead of pasting code over. Where godot-prompter is a broad library, this one is narrower but adds the live-editor loop through its AI Bridge. Its plugin page has the component list.
godot-devtool (agents and skills, 54 stars) develops, edits, tests, and deploys Godot 4 projects through an MCP server that automates scene authoring, live editor manipulation, headless runtime validation, and project export. It suits the full develop–edit–test–deploy loop: if you want Claude Code to validate a scene headlessly or push an export without manual editor steps, this is the shape built for it. It complements the skill libraries above — those teach Claude what good GDScript looks like, while godot-devtool gives it hands on the editor and runtime. Start at its plugin page.
everything-game-dev-code (commands, agents, and skills; 47 stars) orchestrates full game development workflows for Unity, Unreal, Godot, and web projects — from design docs, asset pipelines, and gameplay systems to build automation, platform certification, and live-ops — with the stated goal of enforcing project standards and reducing manual process risk. It fits teams running structured pipelines across more than one engine. The grounded contrast with antigravity-bundle: both are multi-engine, but this one adds commands and agents for process orchestration where the bundle is skills-only prototyping patterns. Its plugin page lists the full component set.
better-godot-mcp (skills and an MCP server, 24 stars) assists Godot 4.x development by generating GDScript mechanics — platformer and overhead-view movement, health, inventory, save/load — constructing scenes with companion nodes, and providing structured debugging for physics, signals, rendering, and navigation. Use it when starting a 2D project from common mechanics, or when debugging signal and physics issues benefits from a structured approach. Against godot-devtool, the difference in emphasis is visible in their summaries: devtool centers editor automation and export, while better-godot-mcp centers generated gameplay mechanics and debugging workflows. See the plugin page.
metashape-mcp is not Godot-specific, and it is worth saying so plainly: it automates photogrammetry workflows in Agisoft Metashape via an MCP server — batch product export, photo alignment with drift detection, dense reconstruction, DEM and orthomosaic generation, mesh texturing, and alignment QA. At 21 stars, it is the only plugin in this set combining agents, skills, hooks, and an MCP server. It belongs in this list as adjacent 3D-content tooling: if capturing real-world geometry into meshes is part of your asset pipeline, it covers that stage; if not, skip it. Its plugin page describes the workflow coverage.
gd (commands, agents, skills, and hooks; 14 stars) builds, debugs, and optimizes Godot games directly in Claude Code: plan a game project with an interactive agent, generate scenes and UI templates, run and restart the game with debug output, and diagnose performance issues. It is the only Godot-specific plugin in this set that ships hooks, which means it can participate in lifecycle automation — the pattern covered in Automate Claude Code Workflows. Use it when you want the run–observe–fix loop happening inside the Claude Code session itself. Its plugin page has the details.
Three axes separate these plugins, all visible in the snapshot data rather than marketing copy. (For background on what each component type does, see Claude Code Plugin Examples by Component Type.)
Component mix. antigravity-bundle and godot-claude-skills are skills-only: they shape what Claude generates but add no delegated agents, lifecycle hooks, or external tool connections. godot-prompter and godot-devtool add agents for multi-step delegated work. better-godot-mcp and metashape-mcp expose MCP servers, connecting Claude to external tools. gd and metashape-mcp are the only ones with hooks, enabling automation tied to session lifecycle events.
Engine scope. godot-prompter, godot-claude-skills, godot-devtool, better-godot-mcp, and gd are Godot-specific. antigravity-bundle and everything-game-dev-code treat Godot as one engine among several (Unity, Unreal, p5.js, web). Engine-specific plugins go deeper — godot-prompter's 48 skills span shaders, multiplayer, and mobile export within one engine — while the multi-engine options fit studios or hobbyists who switch engines per project.
Where the work happens. The sharpest tension in this set is godot-prompter versus gd. Both are Godot-specific and both ship agents and skills, but godot-prompter's coverage is knowledge-shaped (code generation, profiling guidance, CI/CD patterns), while gd's commands and hooks run and restart the actual game with debug output. One improves what Claude writes; the other closes the loop on what Claude observes. Similarly, better-godot-mcp and godot-devtool both touch the editor, but devtool's summary emphasizes automation and export while better-godot-mcp emphasizes generated mechanics plus structured debugging.
Concrete scenarios, each derived from the plugin summaries above:
Several of these pair naturally rather than competing: a skills library (godot-prompter or godot-claude-skills) shapes generation, while an editor-connected plugin (godot-devtool, better-godot-mcp, or gd) executes and validates.
The demand signal is real — 192 internal searches for Godot from 115 distinct searchers in 30 days — but the category is young, with single-digit weekly installs and roughly 10 matching plugins. That cuts both ways: there is no entrenched default, so the component mix genuinely decides. Choose skills-only packs for generation quality, MCP-connected plugins for editor and runtime control, hooks-bearing plugins for lifecycle automation, and the multi-engine bundles if Godot is only part of your stack. Browse the full set on the Godot technology page, or widen the search across the plugin directory.
A data-anchored walk through the development category on ClaudePluginHub — 6,299 plugins — covering frontend auditing, full-stack skills, model guardrails, prompt management, and CMS tooling, with install and star counts for each.
Walk through eight plugins listed in the deployment category, with 7-day install counts, GitHub stars, and component coverage — from UI/UX skills to documentation lookup, codebase graphs, and SEO automation.
8 plugins that use hooks, agents, and skills to automate Claude Code workflows — compared by install data, component coverage, and automation approach.
Adds 48 reusable skills and 9 domain-specific agents for Godot 4.x game development, covering GDScript/C# code generation, 2D/3D systems, multiplayer, AI navigation, UI/HUD, animation, shaders, physics, editor plugins, performance profiling, testing, CI/CD, and mobile export.
Generate algorithmic art manifestos as p5.js sketches, build Godot 4 games with GDScript patterns, develop Unity games with optimized C# and URP/HDRP pipelines, and apply 2D/3D game development and design principles for indie game prototyping.
Accelerate Godot 4.x game development by generating idiomatic GDScript for movement and states, designing scenes with node hierarchies, writing shaders for effects and materials, and performing live editor interactions via AI Bridge for rapid iteration, testing, and validation.
Develop, edit, test, and deploy Godot 4 projects through an MCP server that automates scene authoring, live editor manipulation, headless runtime validation, and project export
Orchestrate full game development workflows for Unity, Unreal, Godot, and web projects—from design docs, asset pipelines, and gameplay systems to build automation, platform certification, and live-ops—using reusable agents, skills, and commands that enforce project standards and reduce manual process risk.
Assists Godot 4.x game development by generating GDScript mechanics (platformer/top-down movement, health, inventory, save/load), constructing scenes with companion nodes, and providing structured debugging for physics, signals, rendering, and navigation.
Automate photogrammetry workflows in Agisoft Metashape via MCP: batch export, dense reconstruction, alignment QA, texture optimization, DEM/ortho generation, and terrain tile handoff to Blender for game-ready FBX export.
Build, debug, and optimize Godot games directly in Claude Code. Plan game projects with an interactive agent, generate scenes and UI templates, run and restart the game with debug output, and diagnose performance issues.