Skip to content
Gemini CLI

iOS Web Bluetooth (WebBLE) for Gemini CLI

io.github.wklm/ios-web-bluetooth

MCP server to ship Web Bluetooth on iPhone Safari via the WebBLE extension.

client:Gemini CLI transport:stdio runtime:npm

Install iOS Web Bluetooth (WebBLE) in Gemini CLI

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

{
  "mcpServers": {
    "ios-web-bluetooth": {
      "command": "npx",
      "args": [
        "-y",
        "@ios-web-bluetooth/mcp"
      ]
    }
  }
}

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

iOS Web Bluetooth (WebBLE) in other clients