Docs

Quick start for MCP mobile QA.

Install free and open-source Swipium, register it with an MCP client, and start with `qa_test_this` to run simulator-based checks with evidence and reports.

Verify

npx -y swipium verify

Checks that the local package can start and expose the expected MCP tool surface.

Install

npm install -g swipium
swipium verify

Use a global install when you want a stable local binary for multiple mobile repositories.

Configure

swipium init codex --apply
swipium init claude --apply --scope project
swipium init gemini --apply

Register Swipium with your agent client from the mobile app repository root.

Full reference lives in the repository.

Open GitHub docs