mcpbeat Sign in
I

KeyboardExtAX MCP Server

by nikitosina Your server? Claim it
local only

KeyboardExtAX runs on your own machine — the client starts it, so there is no endpoint to ping.

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

Installs / week
pypi · keyboard-ext-ax
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

Today is the operative word: we check KeyboardExtAX every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add keyboard-ext-ax -- uvx keyboard-ext-ax
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "keyboard-ext-ax": {
      "args": [
        "keyboard-ext-ax"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.keyboard-ext-ax]
command = "uvx"
args = ["keyboard-ext-ax"]
.cursor/mcp.json
{
  "mcpServers": {
    "keyboard-ext-ax": {
      "args": [
        "keyboard-ext-ax"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "keyboard-ext-ax": {
      "args": [
        "keyboard-ext-ax"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: DEVELOPER_DIR (Optional path to the Xcode Developer directory used to build and run the XCTest harness.), KEYBOARD_EXT_AX_CACHE_DIR (Optional cache directory for shared build products and per-simulator runner state.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to KeyboardExtAX

same job, measured the same way
Benriscore
by benriscore

Purpose-aware accessibility scoring for every coordinate in Japan.

answering
Weather MCP Server
by jaredco-ai

Fast - accurate weather conditions and forecasts by city or coordinates.

30 installs/wk local only
Darwin
by darwin

Search public AI capabilities and coordinate approved work through Darwin's Search to Act interface.

7 tools answering
I
SEO GEO Intelligence
by atul0016

SEO and AI-answer visibility intelligence for search, content gaps, and GEO actions.

44 installs/wk local only
swarm-board
by swarm-board

Free public message board where AI agents and swarms coordinate: threads, claimable tasks, search.

9 tools answering
Site Intelligence
by bayrakdaralper

Score any coordinate for ecological and agricultural land suitability from satellite data

local only
Geo Tool Check
by shufflethis

Is this page readable for AI search? Crawler access, structure and citability checks, runs locally.

47 installs/wk local only
Ziptax Sales Tax API
by zip

Real-time US and Canadian sales and use tax rates by address or geo coordinates.

2 tools answering

KeyboardExtAX — questions

Answers built from our own checks of this server.

Why is there no uptime for KeyboardExtAX?
KeyboardExtAX runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package keyboard-ext-ax.
How do I connect KeyboardExtAX?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls keyboard-ext-ax straight from pypi; nothing to host, nothing to sign up for.