Skip to content
Gemini CLI

baepsae for Gemini CLI

io.github.oozoofrog/baepsae

Local MCP server for iOS Simulator and macOS app automation with a native Swift bridge

client:Gemini CLI transport:stdio runtime:npm

Install baepsae in Gemini CLI

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

{
  "mcpServers": {
    "baepsae": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-baepsae"
      ]
    }
  }
}

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

baepsae in other clients