Skip to content
Gemini CLI

FunseaAI Unity MCP for Gemini CLI

io.github.funseaai/unity-mcp

stdio bridge for the local Unity Editor MCP server from FunseaAI/unity-mcp.

client:Gemini CLI transport:stdio runtime:nuget

Install FunseaAI Unity MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "unity-mcp": {
      "command": "dnx",
      "args": [
        "FunseaAI.Unity.Mcp",
        "--yes"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

FunseaAI Unity MCP in other clients