Agents that test your web and mobile app like real users, on every pull request.
io.github.tester-army/testerarmy (MCP Server)
The io.github.tester-army/testerarmy MCP server provides agents that test your web and mobile app like real users. It runs these tests on every pull request, helping validate application behavior as changes are submitted.
🛠️ Key Features
Agents for testing web and mobile apps
Pull-request-triggered testing “like real users”
🚀 Use Cases
Validate web app changes during pull requests
Validate mobile app changes during pull requests
Perform user-like testing on each code update
⚡ Developer Benefits
Repeatable testing tied to pull requests
Feedback based on realistic user testing for both web and mobile
⚠️ Limitations
Available details only describe web/mobile testing on pull requests; no additional capabilities are provided in the source data
Find a project and its saved tests, then wait for a cloud run:
bash
ta projects list --json
ta tests list --project <projectId> --json
ta tests run <testId> --wait --json
Use IDs returned by the list commands. Without --wait, a successful command
only confirms that the run was queued. To validate development changes, save a
cloud-reachable preview or tunnel URL as a project environment and select it
with --env <nameOrSlug>.
Skill Installation
Use skills CLI install:
bash
npx skills add tester-army/cli
MCP server and plugins
TesterArmy also runs as a hosted MCP server at https://tester.army/mcp (Streamable HTTP). It signs you in with your TesterArmy account through OAuth, so there is no API key to create or paste.
Claude Code:
bash
claude mcp add --transport http testerarmy https://tester.army/mcp
Cursor: open Customize and search for testerarmy, or click Add to Cursor on the marketplace listing. If the plugin is not listed yet, add the server by hand to ~/.cursor/mcp.json:
The plugin registers the hosted server for you; sign in once with codex mcp login testerarmy, or accept the sign-in prompt the ChatGPT app shows at install. In the ChatGPT desktop app, open this repository in Codex and the marketplace appears as a source in the Plugins tab.