FunseaAI Unity MCP
FunseaAI.Unity.Mcp is a local stdio bridge for the Unity Editor MCP server published by the FunseaAI/unity-mcp project.
It allows MCP clients that prefer stdio packaging to talk to a running local Unity Editor MCP HTTP endpoint.
Local run
dotnet run --project FunseaAI.Unity.Mcp.csproj -- --url http://127.0.0.1:8765/
You can also use:
FUNSEAAI_UNITY_MCP_URL=http://127.0.0.1:8765/ dotnet run --project FunseaAI.Unity.Mcp.csproj
Pack as a NuGet tool
dotnet pack -c Release
Intended registry identity
- Server name:
io.github.FunseaAI/unity-mcp
- Package type:
nuget
- Package id:
FunseaAI.Unity.Mcp
- Transport:
stdio