The Kifas MCP server.
One server. 42 tools. Every browser, emulator, and physical device Kifas runs, exposed to your agent through Model Context Protocol.
npx @kifas/mcp@latest$ npx @kifas/mcp@latest --install claude-code
→ Wrote ~/.claude/mcp.json
→ Authenticated as maya@acme.dev
→ Loaded 42 tools scoped to project: acme-web
$ claude /mcp
┌──────────────────────────────────────────┐
│ kifas │
│ 42 tools · authenticated · ready │
│ ✓ workflow.* (8) │
│ ✓ auth.*, state.* (10) │
│ ✓ browser.*, device.* (7) │
│ ✓ run.* (9) │
│ ✓ inbox.* (4), tunnel.* (4) │
└──────────────────────────────────────────┘
→ Kifas: workflow.run("checkout-promo@0.1.0")
· 14 nodes · iPhone 16 · iOS 18.2
· spawned in 820ms
· ai.step compiled to getByRole+tap
· order.status = 200
· order.total = $43.39 · passed in 4.2s
✓ Run r_a8f29 · trace at app.kifas.io
// Compiled spec written to:
// tests/checkout-promo.spec.ts
Connect it once. Your agent can do all of this.
Kifas connects to Claude Code, Cursor, Windsurf, and any MCP client. Once it is wired in, your agent can:
- →Spawn a cloud browser, a mobile emulator, or a real device from the Device Farm on demand.
- →Navigate, click, type, and assert against what is actually on screen.
- →Pull a one-line login from the Auth Catalog instead of scripting OAuth by hand.
- →Save and restore named state between steps and runs.
- →Compile an explored flow down to deterministic Playwright.
- →Tear everything down cleanly when the run ends.
One install command. Pick your stack.
We ship maintained installers for the four MCP clients most teams already run. Manual config takes 30 seconds for everything else.
Grouped by what they do.
Every Kifas primitive is reachable from MCP with the same shape it has in the SDK. No proprietary names, no surprise verbs.
Talk to your test infra like a teammate.
A short library of prompts that work well with Kifas's tool surface. Steal liberally.
Test what I just shipped
Reproduce a flake
Mass-author from a spec
Use the server two ways.
Inside the loop, Kifas's own agents call these tools to build and heal your suite automatically. On its own, the same server is yours: drive a manual session, build a one-off test, or wire Kifas into a workflow you already run. Same tools, your call on who holds the wheel.
Hand the keyboard to your agent.
$10 in credits, no card. The first green agent-authored run takes under three minutes.