Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Testa
T
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Testa

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Drive the iOS Simulator from an agent: read the screen, tap/type/swipe, replay flows in CI.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "testa": {
      "command": "npx",
      "args": [
        "-y",
        "testa"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Testa

Drive the iOS Simulator like a human β€” from an AI agent.

Real HID touches (every gesture), screen reading via the accessibility tree or on-device OCR, token-efficient, fast, and zero third-party dependencies. Test React Native / Expo and native SwiftUI apps end-to-end β€” without adding a single testID β€” then save the run as a flow file and let CI replay it for free.

CI Xcode beta License: MIT Platform Swift Runtime deps MCP

Testa driving the iOS Simulator β€” tap, pinch, rotate, drag-and-drop, type

An agent tapping, pinching, rotating, dragging-and-dropping, and typing β€” all verified through the accessibility tree, no screenshots.


Why Testa

Agents are great at writing iOS apps and clumsy at the part that comes next: actually exercising them in the simulator. Testa is built for that β€” and three things set it apart from the rest of the field: it drives screens that expose zero accessibility (via on-device OCR), it turns an agent session into a deterministic flow file that CI replays with no model in the loop, and it's a single, fully-open, dependency-free binary.

  • 🧠 No app setup required. Reads the accessibility tree, and falls back to Apple Vision OCR to tap any visible text β€” so it drives canvas, games, WebViews and vibe-coded apps that never added a testID.
  • πŸͺ™ Token-efficient. One compact line per element (e5 Button "Save" #save @120,300) β€” a ui snapshot of a real screen measures ~203 tokens against ~1,500 for the same screen as an image. Measure it yourself β†’
  • πŸ” Acting commands answer with the UI diff. Every tap/type/swipe reply ends with -- ui changes --, so the loop is act β†’ read the diff, not act β†’ full snapshot.
  • 🎬 Record once, replay forever. testa flow record save smoke.flow writes what the agent just did as plain text; testa flow run smoke.flow replays it deterministically β€” zero tokens, JUnit output, failure artifact bundles.
  • ⚑ Fast. A warm daemon keeps the connection, accessibility translator and HID client hot: ~60 ms per snapshot (measured 24–39 ms marginal, see bench/).
  • πŸ‘† Every gesture, for real. Tap, long-press, swipe, drag-and-drop, pinch/zoom, rotate, multi-touch, hardware buttons, key combos, unicode/emoji text β€” genuine HID events.
  • 🌍 Control the device, not just the app. Push notifications, GPS location, Face ID / Touch ID, dark mode, Dynamic Type, status bar, locale, pasteboard, photo library, launch env & args.
  • β™Ώ testa audit β€” accessibility audit (missing labels, sub-44 pt tap targets, duplicate labels) that fails a CI job.
  • πŸ–Ό testa vdiff β€” visual regression with an antialiasing-tolerant pixel diff, a red heatmap, and OCR-aware - lost: / + new: lines so a percentage becomes a sentence.
  • πŸ”Œ Agent-native. Ships an MCP server (testa mcp), a Claude Code skill, a Claude Code plugin manifest, and a composite GitHub Action.
  • πŸ”’ Local & private. A 0600 per-user Unix socket. No network, no telemetry.
  • πŸ“¦ Zero third-party runtime deps. Talks straight to Apple's CoreSimulator, SimulatorKit, AccessibilityPlatformTranslation, Vision and simctl.
TestaArgentidbAppiumMaestro
Agent-native (MCP + token-efficient snapshots)βœ…βœ…βŒβŒβš οΈ
Drives screens with zero accessibility (on-device OCR)βœ…βŒβŒβŒβŒ
Pinch Β· rotate Β· drag-and-drop Β· multi-touchβœ…βš οΈβœ…βœ…βš οΈ
Flow files replayed deterministically in CIβœ…βš οΈβŒβš οΈΒ codeβœ…
Record an agent session β†’ flow fileβœ…βš οΈβŒβš οΈβš οΈ
Visual regression built in (pixel + OCR diff)βœ…βš οΈβŒβš οΈΒ plugin⚠️ cloud
Device environment: push Β· location Β· biometrics Β· appearanceβœ…βš οΈβš οΈβœ…βš οΈ
Accessibility audit as a CI gateβœ…βŒβŒβŒβŒ
Self-contained: one native binary, no Node/SDK runtimeβœ…βŒβŒβŒβŒ
Fully open source, no proprietary partsβœ…Β MITβš οΈβœ…βœ…βœ…
PlatformsiOSiOS Β· AndroidiOSiOS Β· Android Β· webiOS Β· Android
Live debugging & profiling (logs Β· network Β· RN tree Β· Instruments)βŒβœ…βš οΈβŒβŒ

High-level summary, checked against each project's public documentation. These are all good tools. ⚠️ means "partial, plugin-only, commercial-tier, or not documented" β€” it is not a criticism, and where a project's docs did not settle the question we marked it ⚠️ rather than guess. The closest tool is Argent (Software Mansion): broader than Testa (cross-platform, deep debugging & profiling), but accessibility-only (no OCR), Node-based, and Apache-2.0 source plus proprietary binaries. Maestro's YAML flows are the reference for declarative mobile flows and are excellent; Appium's XCUITest driver has the richest device environment surface of any of these. Testa's niche: fully-open, dependency-free, OCR-driven, iOS-focused, and the same tool for both the agent loop and the token-free CI replay. Corrections welcome β€” open an issue.

Quick start

bash
# Install β€” builds from source, installs the skill, registers the MCP server
brew tap valewnrt/testa
brew install testa
testa setup

# …or from source
git clone https://github.com/valewnrt/testa && cd testa && ./install.sh
bash
testa boot "iPhone 17 Pro"
testa install ./MyApp.app && testa launch com.example.myapp

testa ui                       # what's on screen (token-efficient)
testa tap "Continue"           # by visible text β€” falls back to OCR
testa typein "#email" "a@b.co"
testa assert "#welcome" exists # β†’ PASS / FAIL (exit 0/1)

First call boots a background daemon and warms accessibility (a few seconds, once). Every call after is ~60 ms. Requires macOS + Xcode 26 (iOS 26 sims), Swift 6.

The loop

  1. Observe β€” testa ui (on-screen elements) Β· testa see (OCR every visible text) Β· testa find <q> Β· testa scrollto <sel>.
  2. Act β€” tap Β· typein Β· setvalue Β· clear Β· swipe Β· drag Β· dragdrop Β· pinch Β· rotate Β· keycombo Β· button. Address things by eN ref, #identifier, "label", or x y. The reply carries the settled UI diff β€” no follow-up ui needed.
  3. Verify β€” testa assert <sel> [exists|gone|value=…|label=…] (exit 0/1), testa wait <sel> [gone] [timeoutMs]. Both β€” and find β€” fall back to OCR when the tree has no match, and say which source answered: PASS exists (ocr) "Settings" @200,703. --ocr skips the tree entirely.
  4. Keep it β€” testa flow record save smoke.flow, then CI replays it forever.
text
$ testa ui
25 elements (on screen)
e1 Application "Testa Native" @201,437
e5 Button "Tap me" #tapButton @102,171
e16 TextField #textInput =type here @201,673
…

$ testa tap "#tapButton"
tapped e5 Button Tap me
-- ui changes --
~ e2 StaticText "tap:1" #status @197,86
~ e6 StaticText "count: 1" #tapCount @41,205

$ testa pinch "#map" 2.0      β†’  pinched
$ testa dragdrop "#card" "#trash"  β†’  drag-and-dropped
$ testa assert "#status" label=done  β†’  PASS exists e2 …
Full command reference
Code
Observe
  ui [diff|full]            on-screen snapshot (diff = changes, full = incl. off-screen)
  see                       OCR every visible text + tap coords (any app)
  find <query> [--ocr]      elements matching label/id/value/role (OCR fallback)
  scrollto <sel>            scroll until an element is visible (vertical or horizontal)
  assert <sel> [exists|gone|value=..|label=..] [--ocr]
  wait <sel> [gone] [timeoutMs] [--ocr]  wait until it appears β€” or disappears
  audit                     accessibility audit (labels, 44pt targets, dupes)
  vdiff <baseline.png> [tolerancePct]   visual regression, OCR-aware
  screenshot [path.png]

Act   (sel = eN ref Β· #identifier Β· "label"; tap falls back to OCR text)
  tap <sel> | tap <x> <y> | tapocr <text>
  typein <sel> <text> | type <text> | setvalue <sel> <text> | clear <sel>
  key <hidUsage> | keycombo <cmd+shift+a> | button <home|lock|siri|apple-pay>
  swipe|drag|dragdrop <x1 y1 x2 y2> [secs]   (also <fromSel> <toSel>)
  longpress <sel | x y> [secs] | pinch <sel | x y> <scale> | rotate <sel | x y> <radians>

App / device
  devices | boot <udid|name> | shutdown <udid|all>
  install <app> | terminate <bundle> | apps | open <url>
  launch <bundle> [--env K=V ...] [--args <a> ...]
  logs [bundle] [seconds] | crashes [bundle]
  permission <grant|revoke|reset> <service> <bundle>
  record <start [path] | stop>

Environment
  push <bundle> <file.json | '{"aps":{"alert":"hi"}}'>
  location <lat> <lon> | location clear
  statusbar time 9:41 [battery 100 charged] [wifi 3] [cell 4] | statusbar clear
  appearance <dark|light> | contentsize <size|increment|decrement>
  locale <en_US> [lang]     (apps need a relaunch to pick it up)
  addmedia <file...> | pbcopy <text> | pbpaste
  biometry <enroll|unenroll|match|nomatch>

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Mobilerun logoMobilerun

    Control real Android and iOS devices with LLM agents β€” tap, swipe, type, automate flows.

    πŸ’» Developer Tools0 views
    Compare vs Mobilerun β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • A
    Appllama

    Study screens, flows and paywalls from top-earning iOS apps, then build from what wins.

    πŸ’» Developer Tools0 views
    Compare vs Appllama β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Testa

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "testa": { "command": "npx", "args": ["-y", "testa"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTesta AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/testa?style=directory)](https://allmcps.com/mcp/testa)
HTML Embed
<a href="https://allmcps.com/mcp/testa"><img src="https://allmcps.com/api/badge/testa?style=directory" alt="Testa on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Testa β†’Install in Claude DesktopInstall in CursorInstall in VS Code