Skip to main content
OpenClaw is an open-source MCP agent that can connect to TapKit for iPhone control.
The OpenClaw integration is currently a work in progress. This page will be updated with full setup instructions when the integration is complete.

Getting started

OpenClaw speaks MCP natively, so connecting to TapKit is straightforward. Point OpenClaw at the TapKit MCP server:
{
  "mcpServers": {
    "tapkit": {
      "type": "http",
      "url": "https://mcp.tapkit.ai/mcp"
    }
  }
}
Once connected, OpenClaw can use all TapKit actions — tap, swipe, type, screenshot, open apps, and more.