Integrations

Agent environments for simulator QA.

Swipium is free and open source. It runs as a local MCP stdio server and exposes mobile QA tools to agent clients that can launch apps, inspect screens, act on UI, and collect evidence.

Swipium supports all models available through the connected MCP client. The same local QA server can be used from Claude Code, Gemini, Codex, Grok, Grok Build, and other MCP-compatible agent workflows.

Claude Code

Use Claude Code with Opus 4.8, Sonnet, 5.5, and any model available in the client. Register Swipium at project scope to keep QA execution local.

npm install -g swipium
swipium init claude --apply --scope project

Gemini

Expose simulator setup, smoke checks, reports, and artifacts as structured MCP tools for Gemini workflows.

npm install -g swipium
swipium init gemini --apply

Codex

Configure Codex with Swipium as an MCP server and let the agent drive repeatable mobile QA from the project root.

npm install -g swipium
swipium init codex --apply

Grok and Grok Build

Use Grok, Grok Build, or MCP-compatible bridges to route simulator QA tasks into the same local Swipium server.

npx -y swipium verify
npx -y swipium