
Funplay Unity MCP
Bridge Unity Editor MCP from FunplayAI into your agent client so editor tasks become MCP tools during game implementation.
Overview
Funplay Unity MCP is a MCP server for the Build phase that stdio-bridges your agent to FunplayAI’s local Unity Editor MCP server via NuGet.
What is this MCP server?
- stdio MCP bridge funplay.unity.mcp v0.4.3 distributed via NuGet for FunplayAI Unity Editor MCP
- Connects MCP clients to the local Unity Editor MCP server from the funplay-unity-mcp repo
- .NET / Unity toolchain expected alongside MCP-capable agent
- Same Funplay pattern as Cocos and Godot—local editor authority, agent orchestration via MCP
- Integration package, not a Unity template or Asset Store content bundle
- Package version 0.4.3
- NuGet identifier funplay.unity.mcp
- Repository FunplayAI/funplay-unity-mcp
Community signal: 98 GitHub stars.
What problem does it solve?
Unity Editor steps stay outside your agent’s reach until a local MCP bridge exposes Funplay’s editor server as callable tools.
Who is it for?
Indie Unity developers already using FunplayAI editor MCP who want agent-driven editor automation from Claude Code or Cursor.
Skip if: Teams on Godot or Cocos only, or cloud Unity builds with no local Editor MCP process.
What do I get? / Deliverables
After setup, your MCP client can invoke Unity editor operations through Funplay’s stdio bridge while Unity runs locally.
- Registered Funplay Unity MCP stdio server
- Agent-driven Unity editor tool invocations
- Tighter loop between AI chat and open Unity project
Recommended MCP Servers
Journey fit
Canonical shelf is Build because Unity editor control is an implementation-time integration, not launch or growth tooling. Agent-tooling reflects a NuGet-delivered stdio MCP package aimed at AI-driven Unity Editor workflows.
How it compares
Unity Editor MCP NuGet bridge, not a single-shot codegen skill or Unity Learn course.
Common Questions / FAQ
Who is Funplay Unity MCP for?
Solo Unity builders using FunplayAI’s editor MCP who need stdio MCP registration for AI coding agents.
When should I use Funplay Unity MCP?
During Build when you want agents to run Unity Editor MCP tools instead of manual Inspector and menu workflows.
How do I add Funplay Unity MCP to my agent?
Install funplay.unity.mcp from NuGet, ensure the Funplay Unity Editor MCP server is running, and configure the stdio MCP entry in your agent client.