Skip to content
Gemini CLI

Funplay Unity MCP for Gemini CLI

io.github.funplayai/funplay-unity-mcp

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

client:Gemini CLI transport:stdio runtime:nuget

Install Funplay Unity MCP in Gemini CLI

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

{
  "mcpServers": {
    "funplay-unity-mcp": {
      "command": "dnx",
      "args": [
        "funplay.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

Funplay Unity MCP in other clients