Game engine MCP servers represent one of the most ambitious applications of the Model Context Protocol — giving AI agents direct control over 3D editors, scene graphs, physics systems, and creative workflows. Unlike simpler MCP integrations that wrap REST APIs, these servers bridge the gap between language models and real-time interactive environments.
The landscape covers eight areas: Unity (the largest MCP ecosystem with 6+ implementations and 12,000+ combined stars), Unreal Engine (deepest editor integration via C++ plugins, now with the first commercial MCP product), Godot (comprehensive single-server tooling with 110+ tools), Roblox (the only engine with native built-in MCP and third-party LLM support), Cocos Creator (NEW — 831-star server with 50 core tools), Bevy/Rust (NEW — fills the Rust game engine gap), web game engines (Phaser, Three.js), and game asset generation (AI-powered sprite, texture, and 3D model creation).
The headline findings: Unity Technologies launched official MCP support — the com.unity.ai.assistant package (pre-release v2.5.0-pre.2) includes a built-in MCP bridge, putting Unity alongside Roblox as engines with first-party support. Community servers continue to lead with CoplayDev/unity-mcp at 8,900 stars (+53%) and IvanMurzak/Unity-MCP at 2,300 stars (+650%). Unreal Engine got its first commercial MCP product — StraySpark offers 207 tools across 34 categories on Fab.com, and Epic hints UE 5.8 may address MCP natively. Godot’s GoPeak server expanded to 110+ tools with tiered profiles for token optimization, joined by GDAI MCP as the first commercial Godot MCP ($19). Roblox archived its open-source repo and went all-in on built-in MCP — Studio now supports external LLMs (Claude, OpenAI, Gemini), playtest automation with virtual mouse/keyboard input, and multi-instance management. Two major gaps filled — Cocos Creator (831 stars) and Bevy/Rust both gained MCP servers for the first time. The first commercial game engine MCP products appeared — StraySpark (Unreal) and GDAI (Godot) signal market maturation.
Unity
CoplayDev/unity-mcp (Adoption Leader)
| Server | Stars | Language | Tools | Transport |
|---|---|---|---|---|
| CoplayDev/unity-mcp | 8,900 | TypeScript/C# | 40+ | stdio |
CoplayDev/unity-mcp (8,900 stars, 1,000+ forks, up 53% since March) is the most popular Unity MCP server and one of the most starred MCP servers in any game development category.
The server provides natural language control over Unity Editor operations: Scene management — create, modify, and inspect scenes and GameObjects, with multi-scene editing (additive load, close, set active, move GameObjects between scenes) plus scene templates and validation with auto-repair. Asset management — import, organize, and manipulate project assets. Material and shader control — create and configure materials with property manipulation. Script management — create, edit, and organize C# scripts. Graphics — manage_graphics tool with 33 actions for volume/post-processing, light baking, rendering stats, and pipeline settings. Package management — install, remove, search, and manage Unity packages and scoped registries. Batch execution — combine multiple operations for complex workflows.
Recent v9.6.x releases (March–April 2026) added substantial new capabilities: manage_profiler (v9.6.3) — profiler session control (start/stop/status), frame timing and counter reads, object memory queries, memory snapshots. manage_physics (v9.6.2) — physics settings, layer collision matrix, physics materials, joints (5 3D + 9 2D types), queries (raycast, raycast_all, linecast, shapecast, overlap). manage_build (v9.6.1) — trigger player builds, switch platforms, configure player settings, manage build scenes and profiles (Unity 6+), batch builds. Latest is v9.6.6 (April 7, 2026). Works with Claude, Claude Code, Cursor, and VS Code.
CoderGamester/mcp-unity (IDE-Focused)
| Server | Stars | Language | Tools | Transport |
|---|---|---|---|---|
| CoderGamester/mcp-unity | 1,600 | TypeScript/C# | 30+ | stdio |
CoderGamester/mcp-unity (1,600 stars, 205 forks, up 23% since March) takes a different architectural approach — it runs a WebSocket server inside Unity Editor and a Node.js server that implements MCP, creating a bridge between AI assistants and the running editor.
Core tools span 30+ operations: execute_menu_item for triggering Unity menu commands, select_gameobject and update_gameobject for scene hierarchy manipulation, update_component for modifying component properties with error surfacing, CreatePrefabTool for creating prefabs from scene objects, run_tests with pass/fail reporting and optional log output, plus batch operations and material management.
The WebSocket architecture means the server communicates with a live Unity instance — changes appear in real time. Remote host configuration support enables connecting to Unity running on a different machine.
Designed specifically for IDE workflows with Cursor, Claude Code, Codex, Windsurf, and other coding tools. The focus is on development assistance rather than autonomous scene building. 264 commits show sustained development.
IvanMurzak/Unity-MCP (Deepest Integration — Breakout Growth)
| Server | Stars | Language | Tools | Transport |
|---|---|---|---|---|
| IvanMurzak/Unity-MCP | 2,300 | C# | 100+ | stdio |
IvanMurzak/Unity-MCP (2,300 stars, 208 forks — up 650% since March, the fastest-growing game engine MCP server) has the deepest Unity integration — 100+ native tools organized across Project & Assets (18 tools), Scene & Hierarchy (24 tools), and Scripting & Editor (11 tools), plus prompts and resources.
What sets this apart: Runtime agents — AI agents can be embedded into built games, enabling NPC behavior controlled by language models at runtime. This is the only Unity MCP server designed for both editor-time development and runtime gameplay. Reflection capabilities — AI can discover and execute any C# method in the project, not just predefined tools. Custom tool creation — developers add new MCP tools with a single C# attribute. Package manager integration — install and manage Unity packages through natural language. No vendor lock-in — works across Windows, macOS, and Linux with Claude, Cursor, and other MCP clients.
The runtime agent capability is genuinely novel. Most game engine MCP servers focus on editor control during development. This one lets you ship an MCP-connected agent inside the game itself — imagine NPCs that understand and respond to the game world through an LLM.
Docker support is available for headless operation. 2,768 commits show extremely active development — the most actively maintained Unity MCP server by commit volume.
Unity Technologies Official MCP (Pre-Release)
| Server | Status | Transport |
|---|---|---|
| com.unity.ai.assistant | Pre-release (v2.5.0-pre.2) | Built-in |
Unity Technologies now has an official MCP integration — part of the “Unity AI Beta 2026” launch. The com.unity.ai.assistant package includes a built-in MCP bridge that launches automatically when the Unity Editor loads.
Key capabilities: scene management, asset operations, script editing, console access, and multi-client connections (multiple AI clients to one Unity instance). Connects Claude Code, Cursor, and other MCP-compatible clients directly to the editor.
This is the most significant development in the Unity MCP space — it validates the entire category and puts Unity on par with Roblox as engines with first-party MCP support. Still in pre-release (all versions are -pre.X), so the community servers remain the production choice for now.
Other Unity Implementations
| Server | Stars | Focus |
|---|---|---|
| AnkleBreaker-Studio/unity-mcp-server | 129 | NEW (Feb 2026) — 268 tools: scene, GameObjects, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer |
| Glade-tool/glade-mcp-unity | 57 | NEW (April 2026) — 222+ granular tools, game design document context, script semantic search, skill calibration |
| youichi-uda/unity-mcp-pro-plugin | 51 | NEW (March 2026) — 147 AI tools |
| Codeturion/unity-api-mcp | 54 | Unity API lookups for agents (reduces hallucinations, saves tokens) |
| nurture-tech/unity-mcp-server | 33 | Union — multimodal vision (scene viewing, camera inspection, asset thumbnails) |
| notargs/UnityNaturalMCP | — | “Natural” UX-focused implementation |
AnkleBreaker-Studio/unity-mcp-server (129 stars) is the most notable new entrant — 268 tools covering an impressive breadth including Shader Graph, Amplify shader editor, NavMesh, and MPPM multiplayer. Glade-tool/glade-mcp-unity (57 stars in under 3 weeks) stands out for game design document integration and script semantic search. Unity MCP servers on the Unity Asset Store are also now appearing.
The Unity MCP ecosystem is the largest in game development — GitHub search returns 217+ repos matching “unity mcp” created since February 2026 alone. Combined stars across top implementations exceed 13,000. CoplayDev/unity-mcp is the adoption leader (8,900 stars, 40+ tools). IvanMurzak/Unity-MCP is the breakout story — 650% star growth to 2,300 stars, with the deepest integration including runtime agents and reflection. Unity’s official MCP (pre-release) validates the entire space and signals that first-party support is coming.
Unreal Engine
chongdashu/unreal-mcp (Community Leader)
| Server | Stars | Language | Tools | Transport |
|---|---|---|---|---|
| chongdashu/unreal-mcp | 1,800 | Python/C++ | 20+ | stdio |
chongdashu/unreal-mcp (1,800 stars, 284 forks, up 50% since March) enables AI assistants to control Unreal Engine through natural language via a C++ plugin and Python MCP server.
The tool coverage spans several systems: Actor control — create and delete actors (cubes, spheres, lights, cameras), set transforms (position, rotation, scale), query properties, find actors by name, list all actors in the current level. Blueprint tools — create new Blueprint classes with custom components, add and configure components (mesh, camera, light), set component properties and physics settings, compile Blueprints and spawn Blueprint actors, create input mappings for player controls. Graph/node editing — add event nodes (BeginPlay, Tick), create function call nodes and connect them, add variables with custom types and default values, create component and self references, manage nodes in the graph. Viewport control — focus on specific actors or locations, control camera orientation and distance.
Ships with a UE 5.5 starter project (MCPGameProject) with the plugin pre-configured. The Blueprint editing capability is particularly powerful — AI assistants can build game logic visually through Unreal’s node-based system.
flopperam/unreal-engine-mcp (Autonomous Agent)
| Server | Stars | Language | Tools | Transport |
|---|---|---|---|---|
| flopperam/unreal-engine-mcp | 852 | Python/C++ | 20+ | stdio |
flopperam/unreal-engine-mcp (852 stars, 166 forks) pushes beyond standard MCP into autonomous agent territory. The Flop Agent runs inside Unreal Editor and can autonomously build 3D worlds, edit Blueprints, and create structures from natural language descriptions.
Architecture: AI Client (Cursor/Claude/Windsurf) connects via MCP Protocol to a Python Server, which communicates via TCP Socket to a C++ Plugin providing native Unreal API access. Tools cover world building, physics simulation, Blueprint system, actor management, component system, and material system.
Now also offers a hosted version at flopperam.com/mcp. The Flop Agent goes beyond analysis to directly build and edit Blueprint logic from natural language, making it more autonomous than most MCP servers. Supports UE 5.5+. Actively maintained (last pushed April 2026).
ChiR24/Unreal_mcp (Native Automation)
| Server | Stars | Language | Tools | Transport |
|---|---|---|---|---|
| ChiR24/Unreal_mcp | 552 | TypeScript/C++ | 36 | stdio + HTTP/SSE |
ChiR24/Unreal_mcp (552 stars, 95 forks, up 56% since March) uses a native C++ Automation Bridge plugin for comprehensive Unreal Engine automation. The 36 MCP tools use action-based dispatch — one tool definition can handle multiple related operations through parameters.
Built with TypeScript (MCP server) and C++ (Unreal plugin). Now supports dual transport modes — native HTTP/SSE directly from the Unreal plugin or TypeScript bridge via Node.js. Backward compatible with UE 5.0–5.7. Optional GraphQL API support for advanced integrations. Security includes loopback-only defaults, capability token authentication, and pattern-based console command validation. 658 commits show very active development.
Other Unreal Implementations
| Server | Stars | Focus |
|---|---|---|
| kvick-games/UnrealMCP | 566 | AI agent control |
| prajwalshettydev/UnrealGenAISupport | 559 | Multi-LLM UE5 plugin (GPT-5, Claude, Gemini 3, Grok 4) — NPC AI, chat, 3D gen, TTS, multimodal |
| HurtzDonutStudios/ai-forge-mcp | 52 | NEW (March 2026) — 565 tools across 16 MCP servers for AAA asset production (Blender, Substance, Maya, Houdini, UE5) |
| ayeletstudioindia/unreal-analyzer-mcp | — | Source code analysis for Unreal codebases |
| Natfii/ue5-mcp-bridge | 40 | UE5 MCP bridge |
| mirno-ehf/ue5-mcp | 31 | UE5 MCP integration |
HurtzDonutStudios/ai-forge-mcp is the most ambitious new entrant — 565 AI-callable tools across 16 MCP servers targeting AAA game asset production pipelines. Controls Blender, Substance Suite, Maya, Houdini, and UE5 with 50 specialized AI agents. Created March 25, 2026.
prajwalshettydev/UnrealGenAISupport (559 stars) is notable for its breadth — it’s a multi-LLM UE5 plugin supporting GPT-5, Claude, Gemini 3, Grok 4, and more, covering NPC AI, chat, 3D generation, TTS, multimodal, and image generation alongside MCP.
StraySpark (First Commercial Unreal MCP)
| Server | Tools | Transport | Pricing |
|---|---|---|---|
| StraySpark Unreal MCP Server | 207 | HTTP (JSON-RPC 2.0) | Commercial (Fab.com) |
StraySpark is the first commercial MCP product for any game engine — 207 editor tools across 34 categories, 12 context resources, and 10 workflow prompts. Available on Fab.com for UE 5.7.
Key differentiators: 5 Tool Presets — Full (207 tools), Scene Building (152), Gameplay (122), Minimal (25), or Custom — letting developers control context size. Full undo support for all editor mutations. Coverage spans material editing, Blueprint scripting, landscape tools, Niagara VFX, sequencer automation, physics simulation, procedural generation, and gameplay systems. 33 dedicated Blueprint creation and modification tools alone.
The emergence of a commercial product signals market maturation — game studios are willing to pay for polished, supported MCP tooling rather than relying on experimental open-source servers.
The Unreal MCP space is growing fast and now spans three tiers: StraySpark for commercial/studio use (207 tools, supported), chongdashu/unreal-mcp for the largest community (1,800 stars, though development appears dormant since April 2025), and ChiR24/Unreal_mcp for native automation (552 stars, HTTP/SSE, UE 5.0-5.7, most actively releasing with v0.5.21 in April 2026). flopperam/unreal-engine-mcp (852 stars) is the most actively maintained open-source option with autonomous scene building capabilities.
Epic Games still has no official MCP server, but per Epic staff member Shaun Comly on the developer forums, Epic is “actively investigating MCP and very interested in it” — and hinted that Unreal Engine 5.8 (expected summer 2026) “could be of interest” to those seeking MCP functionality. Nothing confirmed, but signals are positive.
Godot
Coding-Solo/godot-mcp (Adoption Leader)
| Server | Stars | Language | Tools | Transport |
|---|---|---|---|---|
| Coding-Solo/godot-mcp | 3,260 | — | — | stdio |
Coding-Solo/godot-mcp (3,260 stars, 331 forks) is the most popular Godot MCP server by a massive margin — the second most popular game engine MCP server after CoplayDev/unity-mcp. Provides editor launching, project running, and debug output capture.
Notable: recently patched an RCE vulnerability (arbitrary GDScript instantiation) on April 16, 2026 — a reminder that game engine MCP servers with script execution capabilities need careful security review.
HaD0Yun/Gopeak-godot-mcp (Most Comprehensive)
| Server | Stars | Language | Tools | Transport |
|---|---|---|---|---|
| HaD0Yun/Gopeak-godot-mcp | 147 | TypeScript | 110+ | stdio |
GoPeak (147 stars, 13 forks, repo renamed from godot-mcp to Gopeak-godot-mcp) bills itself as “the most comprehensive MCP server for Godot Engine” — and with 110+ tools, it has a strong claim on feature density.
Now features tiered tool profiles for token optimization: Compact mode (default) — 33 core tools for efficient context usage. Dynamic groups — 22 additional tool groups (78 extra tools) that activate on demand. Full mode — all 110+ tools exposed at once. Legacy mode — backward compatibility.
Capabilities span: Scene management — create, modify, inspect, and navigate Godot scenes. GDScript LSP — language server protocol integration for code intelligence. DAP debugger — Debug Adapter Protocol integration for breakpoints and stepping. Screenshot capture — grab editor and game viewport screenshots for visual context. Input injection — simulate input events for testing and automation. ClassDB introspection — inspect Godot’s class hierarchy, methods, and properties programmatically. CC0 asset library — access to Creative Commons Zero licensed assets for prototyping.
The tiered profile system is a smart innovation — most MCP servers expose all tools regardless of task, wasting tokens. GoPeak lets the AI load tool groups as needed. Multilingual documentation now available in Korean, Japanese, German, Portuguese, and Chinese. Install via npx gopeak.
Other Godot Implementations
| Server | Stars | Focus |
|---|---|---|
| tomyud1/godot-mcp | 260 | NEW (Jan 2026) — MCP Server + Godot Plugin for AI-assisted development |
| tugcantopaloglu/godot-mcp | 140 | 149 tools for full Godot 4.x engine control |
| hi-godot/godot-ai | 107 | NEW (April 12, 2026) — 120+ tools, Godot Asset Library install, production-grade |
| satelliteoflove/godot-mcp | 81 | Active community implementation |
| bradypp/godot-mcp | 74 | Safety-first with read-only mode, Godot 4.4+ UIDs — but unmaintained since May 2025 |
| Dokujaa/Godot-MCP | — | Claude Desktop + Meshy API for AI-generated 3D models |
| salvo10f/godotiq | 29 | 35 tools for AI-assisted Godot 4 development |
hi-godot/godot-ai (107 stars in 2 weeks) is the standout new entrant — “production-grade MCP server and AI tools for the Godot engine” with 120+ tools, available on the Godot Asset Library for one-click install. Not affiliated with Godot Foundation.
tomyud1/godot-mcp (260 stars) is a strong newcomer from January 2026 combining an MCP server with a Godot plugin. tugcantopaloglu/godot-mcp (140 stars) claims 149 tools for full Godot 4.x engine control.
bradypp/godot-mcp (74 stars) introduced the read-only safety mode concept that other servers should adopt, but has been effectively unmaintained since May 2025.
GDAI MCP (First Commercial Godot MCP)
| Server | Stars | Language | Tools | Transport | Pricing |
|---|---|---|---|---|---|
| 3ddelano/gdai-mcp-plugin-godot | 80 | — | 8+ categories | stdio | $19 one-time |
GDAI MCP (80 stars, $19 one-time) is the first commercial MCP product for Godot, created by the developer behind Epic Online Services Godot (290 stars) and discord.gd (142 stars).
Capabilities: scene and node creation/manipulation, GDScript file editing, debugger integration (logs, errors, output), project file and asset searching, property and resource updates, project context understanding, custom Godot-tailored prompts, auto screenshot (automatic editor/game screenshots), and simulate input (keyboard input automation). Supports Godot 4.2+ on Windows, macOS, and Linux.
Compatible with Claude Desktop, Cursor, Windsurf, VS Code Copilot, Zed, and Continue. The $19 price point is accessible for indie developers who want a supported, maintained solution.
Godot’s MCP ecosystem has exploded — Coding-Solo/godot-mcp (3,260 stars) is the adoption leader, GoPeak (110+ tools) has the most features with tiered profiles, hi-godot/godot-ai (120+ tools, Godot Asset Library) is a promising new production-grade option, GDAI ($19) offers a supported commercial experience, and at least 5 servers now have 100+ stars. The open-source nature of Godot makes it the most accessible engine for community MCP development.
Roblox
Roblox Built-in Studio MCP (Industry Leader)
| Server | Stars | Status | Tools | Transport |
|---|---|---|---|---|
| Roblox/studio-rust-mcp-server | 463 | ARCHIVED April 3, 2026 | — | — |
| Roblox Studio Built-in MCP | — | Active (ships with Studio) | 10+ | stdio |
Roblox archived its open-source MCP server on April 3, 2026 and went all-in on the built-in MCP server that ships directly with Roblox Studio. The archived repo (463 stars) states: “We’ve shifted ongoing engineering investment to the built-in MCP Server included with Roblox Studio.”
The built-in MCP server received two major updates in early 2026:
February 21, 2026 — External LLM Support + New Tools:
- External LLM integration — Roblox Assistant now supports Anthropic (Claude), OpenAI, and Google Gemini via API keys entered directly in Studio’s secure settings menu
- New tools:
get_console_output(playtest logs),start_stop_play(play mode control),run_script_in_play_mode(execute scripts during play with structured results),get_studio_mode(current Studio state) - Enables AI agents to “iteratively plan, write, test, and modify code” with reduced creator intervention
- Bug fix v0.2.365 resolved agent desynchronization and loop issues
March 5, 2026 — Built-in MCP Server + Playtest Automation:
- MCP Server integrated directly into Studio — automatic synchronization with Assistant, always up-to-date, no manual setup
- Multi-instance management —
list_roblox_studiosidentifies connected instances,set_active_studiodesignates which receives commands - Playtest automation with virtual input — 5 new tools:
start_stop_play,get_console_output,user_mouse_input(mouse simulation),user_keyboard_input(keyboard simulation),character_navigation(pathfinding-based movement) - Per-session/per-prompt script edit auto-approval — Assistant can apply changes, run verification loops, and iterate on implementations autonomously
- Full tool parity between external MCP clients and built-in Assistant
This is the most ambitious native MCP integration in any game engine. Roblox announced “Roblox Studio is Going Agentic” in April 2026 — with a playtest automation agent (beta), planning mode, and self-correcting build-test-fix loops. 44% of top 1,000 Roblox creators now use AI tools via MCP or Roblox Assistant. External IDEs (Claude Code, VS Code, Cursor, Codex) can connect to the built-in server. Documentation at create.roblox.com/docs/studio/mcp. Roblox plans to add third-party MCP server integration, potentially enabling Blender and Figma workflows directly from Studio.
boshyxd/robloxstudio-mcp (Community Leader)
| Server | Stars | Language | Tools | Transport |
|---|---|---|---|---|
| boshyxd/robloxstudio-mcp | 387 | — | 43 | stdio |
boshyxd/robloxstudio-mcp (387 stars, 71 forks) is the top community Roblox MCP server, now with 43 tools (up from 21) and v2.6.0 released April 9, 2026. New in v2.6: cookie auth (ROBLOSECURITY), upload_decal tool, improved property conversion, and edit_script_lines now uses old_string/new_string pattern. Monorepo architecture with inspector edition.
Tools span file tree navigation, script grepping, instance inspection, property querying, playtest control, and now write operations — a major evolution from the original read-only focus.
Other Roblox Implementations
| Server | Stars | Focus |
|---|---|---|
| notpoiu/roblox-executor-mcp | 45 | Direct game client access (not Studio) |
| hope1026/weppy-roblox-mcp | 17 | Terrain, assets, lighting tools for Claude Code/Cursor/Codex/Gemini |
| iamthebestts/RoDocs-MCP | 3 | Exposes Roblox Creator Hub API references to AI |
Cocos Creator (NEW)
DaxianLee/cocos-mcp-server
| Server | Stars | Language | Tools | Transport |
|---|---|---|---|---|
| DaxianLee/cocos-mcp-server | 831 | TypeScript | 50 core (158 total) | stdio |
DaxianLee/cocos-mcp-server (831 stars, 227 forks) is a comprehensive MCP server plugin for Cocos Creator 3.8+, and the largest new engine entry since the original review.
The server condenses 158 tools into 50 high-reusability core tools implementing 99% of editor control — organized into 13 categories including scene management, node operations, component handling, prefab management, project control, asset management, debugging utilities, and preferences configuration. This token-conscious design reduced context consumption by approximately 50% compared to exposing all tools individually.
Latest v1.4.0 focused on major prefab functionality fixes — correct reference handling, component/node/resource type reference repair, and proper internal/external reference formatting. One-click installation, one-click start.
Other Cocos Creator Implementations
| Server | Focus |
|---|---|
| RomaRogov/cocos-mcp | Streamable HTTP transport, runs inside Cocos Creator — no external tools or bridges |
| RomaRogov/cocos-code-mode | Code Mode — turns editor into AI-controllable tool with HTTP server for scene/asset/property operations |
| czh2774/cocosMCP | Cursor AI integration |
| tidys/cocos-mcp | Alternative implementation |
Cocos Creator (widely used in China and mobile game development) now has a surprisingly robust MCP ecosystem. DaxianLee/cocos-mcp-server (831 stars) is already larger than many established game engine MCP servers. RomaRogov/cocos-mcp is notable for running the MCP server inside the editor itself via Streamable HTTP — no external processes needed.
Bevy/Rust (NEW — Gap Filled)
Nub/bevy_mcp
| Server | Stars | Language | Tools | Transport |
|---|---|---|---|---|
| Nub/bevy_mcp | — | Rust | 12 | stdio |
Nub/bevy_mcp bridges MCP clients to running Bevy game engine instances via the Bevy Remote Protocol (BRP). The 12 tools cover world querying, entity manipulation (spawn, despawn, insert/remove components), resource inspection and modification, entity reparenting, type registry access, and target management for multiple Bevy instances.
Requires Rust 1.85+ and Bevy 0.18 with remote plugins enabled. Early stage (2 commits) but functional — fills the Rust game engine MCP gap identified in the original review.
Ladvien/bevy_debugger_mcp
| Server | Language | Focus |
|---|---|---|
| Ladvien/bevy_debugger_mcp | Rust | AI-assisted debugging via Claude Code |
bevy_debugger_mcp enables AI-assisted debugging of Bevy games through Claude Code — debug game state, analyze performance, and test hypotheses with natural language commands. Available on crates.io (bevy_debugger_mcp).
The emergence of Bevy MCP servers aligns with Bevy’s growing ecosystem (39,000+ GitHub stars as of 2026). The BRP-based architecture is elegant — it leverages Bevy’s existing remote protocol rather than requiring custom plugins.
Web Game Engines
Phaser Editor (Official)
| Server | Stars | Language | Tools | Transport |
|---|---|---|---|---|
| phaserjs/editor-mcp-server | 28 | TypeScript | 15+ | stdio |
phaserjs/editor-mcp-server (28 stars, 117 commits) is the official MCP server for Phaser Editor 5, the IDE for the popular HTML5 game framework (Phaser has 37,000+ GitHub stars).
Tools cover four categories: IDE Tools — scene management (list, open, create, save scenes). Assets Tools — textures, bitmap fonts, spritesheets, animations, Spine skeletons and atlases, tilemaps. Scene Tools — object manipulation, screenshots, and scene data retrieval. Editable Tilemap Tools — tilemap creation and tile data editing.
Note: Last pushed September 2025 — development appears dormant for 7+ months. Still functional but no recent updates or releases.
Three.js (Community)
| Server | Stars | Language | Tools | Transport |
|---|---|---|---|---|
| locchung/three-js-mcp | — | TypeScript | 5+ | stdio |
locchung/three-js-mcp provides basic Three.js scene control through MCP — object creation, movement, rotation, and scene state retrieval via WebSocket connections. The MCP protocol’s official examples repository also includes a Three.js server example.
These are early-stage implementations with limited scope. The Three.js ecosystem (178,000+ stars) is large enough to support more comprehensive MCP servers, but game engine integration has focused on native desktop engines.
Game Asset Generation
HurtzDonutStudios/ai-forge-mcp (AAA Pipeline)
| Server | Stars | Language | Tools | Transport |
|---|---|---|---|---|
| HurtzDonutStudios/ai-forge-mcp | 52 | — | 565 | stdio |
HurtzDonutStudios/ai-forge-mcp (52 stars, created March 25, 2026) is the most ambitious game asset MCP project — 565 AI-callable tools across 16 MCP servers targeting AAA game asset production. Controls Blender, Substance Suite, Maya, Houdini, and UE5 with 50 specialized AI agents and 248K+ lines of production code. Subscription-based commercial product with ForgeRoom dashboard.
This represents a different vision from single-engine MCP servers — a full cross-tool production pipeline where AI orchestrates the entire asset creation workflow from concept to in-engine.
Flux159/mcp-game-asset-gen
| Server | Stars | Language | Tools | Transport |
|---|---|---|---|---|
| Flux159/mcp-game-asset-gen | 16 | TypeScript | 10+ | stdio |
Flux159/mcp-game-asset-gen (16 stars) generates game assets through multiple AI providers — OpenAI DALL-E, Google Gemini, and Fal.ai. Specialized tools for character sheets, pixel art, textures, and image_to_3d for 3D model generation. Note: Last pushed December 2025 — dormant for 4+ months.
MubarakHAlketbi/game-asset-mcp
| Server | Stars | Language | Tools | Transport |
|---|---|---|---|---|
| MubarakHAlketbi/game-asset-mcp | — | — | — | stdio |
MubarakHAlketbi/game-asset-mcp generates 2D/3D game assets from text descriptions using Hugging Face AI models — a local alternative to cloud-based generation that can run on consumer hardware.
Other Engines (Emerging)
Several smaller game engines gained MCP servers in early 2026:
| Server | Stars | Engine | Focus |
|---|---|---|---|
| praydog/re-engine-mcp | 20 | RE Engine (Capcom) | Live access to RE Engine games via REFramework |
| Veradictus/FlaxMCP | 3 | Flax Engine | Flax game engine MCP integration |
| nickschuetz/o3de-ai-companion-gem | 2 | Open 3D Engine (O3DE) | O3DE MCP integration |
| Nyx000/arenula-mcp | 3 | s&box | 19 tools, 120 actions for s&box engine |
| elliotttate/uevr-mcp | 3 | Unreal VR (UEVR) | 103 tools for VR via UEVR |
These are early-stage projects, but they show MCP adoption spreading beyond the major engines. The RE Engine MCP is notable — it connects to live Capcom games (Resident Evil, Monster Hunter) for modding and analysis.
What’s Missing
The game engine MCP space has grown rapidly and closed several gaps, but some remain:
- Unity’s official MCP is pre-release only — the
com.unity.ai.assistantpackage (v2.5.0-pre.2) validates the category but isn’t production-ready. Community servers remain the practical choice. No official Unreal MCP — Epic is “actively investigating MCP” and hinted UE 5.8 (summer 2026) may address this, but nothing confirmed. - No Fyrox MCP server — the Bevy gap is now filled, but Fyrox (the other major Rust engine) still lacks MCP integration
- No dedicated Pygame/Love2D/Raylib MCP servers — simpler game frameworks remain unserved
- Limited cross-engine tools — FryMyCalamari/gamedev-mcp-hub aggregates 165+ tools across Unity/Godot/Blender/GitHub/Discord, but no server truly abstracts common operations across engines
- Roblox playtest automation is pioneering but others lag — Roblox’s virtual input tools (mouse, keyboard, character navigation) are unique; no other engine MCP server offers automated gameplay testing at this level
- No dedicated level design servers — procedural generation and level layout tools are absent
- No multiplayer/networking MCP — game networking setup and management through MCP doesn’t exist
- Safety controls improving but still inconsistent — bradypp/godot-mcp offers read-only mode, ChiR24/Unreal_mcp added capability tokens and loopback-only defaults, but most servers still assume full write access
- No audio middleware integration — Wwise, FMOD, and other game audio tools still lack MCP servers
The Bottom Line
The game engine MCP ecosystem is maturing rapidly with explosive growth across all major engines. Unity alone has 6+ implementations totaling 12,000+ combined stars. The first commercial MCP products (StraySpark for Unreal, GDAI for Godot) signal that this space is moving beyond hobbyist experimentation. Two major gaps — Cocos Creator and Bevy/Rust — were filled since March 2026.
For Unity developers: CoplayDev/unity-mcp (8,900 stars) for general-purpose scene manipulation with 40+ tools including profiler and physics. IvanMurzak/Unity-MCP (2,300 stars) for the deepest integration, runtime agents, and the most active development (2,768 commits).
For Unreal developers: StraySpark (207 tools, commercial) for studio-grade automation. chongdashu/unreal-mcp (1,800 stars) for the largest open-source community. ChiR24/Unreal_mcp (552 stars) for native HTTP/SSE transport and UE 5.0-5.7 support.
For Godot developers: HaD0Yun/godot-mcp GoPeak for the most comprehensive toolset (110+ tools with tiered profiles). GDAI MCP ($19) for a supported commercial option. bradypp/godot-mcp for safety-first workflows.
For Roblox developers: Use the built-in Studio MCP server — it’s now the most capable native MCP integration in any game engine, with external LLM support, playtest automation, and multi-instance management.
For Cocos Creator developers: DaxianLee/cocos-mcp-server (831 stars) for comprehensive editor control with 50 core tools covering 99% of functionality.
For Bevy/Rust developers: Nub/bevy_mcp for BRP-based entity inspection and manipulation, Ladvien/bevy_debugger_mcp for AI-assisted debugging.
For web game developers: phaserjs/editor-mcp-server for Phaser, though the ecosystem is still early.
Rating: 4.5/5 — Upgraded from 4.0. Unity Technologies launched official MCP support (pre-release), Roblox’s built-in MCP with third-party LLM support is industry-leading, adoption growth is explosive (Unity servers grew 53-650% in 6 weeks, 217+ repos created since Feb 2026), the first commercial products signal market maturation, and two major engine gaps (Cocos Creator, Bevy) were filled. Deductions for Unity’s official MCP still being pre-release, no official support from Epic Games (though UE 5.8 may change this), limited safety controls in most servers, and missing coverage for simpler game frameworks (Pygame, Love2D, Raylib).
Category: Design & Creative MCP Servers
This review was last refreshed on 2026-04-27 using Claude Opus 4.6 (Anthropic).