Skip to main content
TapKit works with any AI coding agent. The CLI provides the tools (tap, swipe, screenshot). Skills teach the agent what to do with them.

Two paths, same result

Your Agent  (Claude Code, Codex, OpenClaw, Cursor, ...)
    |
    |  reads SKILL.md files  +  calls tools
    |
    ├── MCP  ──>  mcp.tapkit.ai  ──>  api.tapkit.ai  ──>  phone
    |   (Claude Code, Cursor, Windsurf)
    |
    └── CLI  ──>  tapkit tap 200 400  ──>  api.tapkit.ai  ──>  phone
        (Codex, OpenClaw, any agent with Bash access)
MCP is a protocol your agent speaks natively. CLI is a shell command your agent calls via Bash. Both hit the same TapKit API. Use whichever your agent supports — or both. Skills work on all agents regardless of path.

Supported agents

Claude Code

Plugin + MCP + Skills

Codex CLI

Skills + CLI via Bash

OpenClaw

Skills + CLI backend

Cursor

MCP + Skills

Windsurf

MCP + Skills

GitHub Copilot

Skills