Skip to content
Gemini CLI

KeyboardExtAX for Gemini CLI

io.github.nikitosina/keyboard-ext-ax

Accessibility snapshots and tap coordinates for active third-party iOS keyboards in Simulator.

client:Gemini CLI transport:stdio runtime:pypi

Install KeyboardExtAX in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "keyboard-ext-ax": {
      "command": "uvx",
      "args": [
        "keyboard-ext-ax"
      ],
      "env": {
        "DEVELOPER_DIR": "<DEVELOPER_DIR>",
        "KEYBOARD_EXT_AX_CACHE_DIR": "<KEYBOARD_EXT_AX_CACHE_DIR>"
      }
    }
  }
}

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

KeyboardExtAX in other clients