Skip to content
Cursor

KeyboardExtAX for Cursor

io.github.nikitosina/keyboard-ext-ax

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

client:Cursor transport:stdio runtime:pypi

Install KeyboardExtAX in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

KeyboardExtAX in other clients