Coding agents and access
Claude Code integration
TesterArmy's hosted MCP server lets Claude Code create, run and read tests without leaving its own session.
From plain-language ask to verdict
Claude Code turns a plain-language request into a saved signup test. It reads the test-writing guide with get_guide, then calls create_test, run_test and get_run for the verdict.
get_guide(how to write reliable test steps)guide read
create_test(saved test with plain-language steps)test saved in the Web project
run_test(remote run in TesterArmy cloud)run queued
get_run(status and step results)verdict passed
- Plugin install
The tester-army/cli repository is also a Claude Code plugin that installs the MCP server and the testerarmy-cli skill.
- Short-lived token
The MCP server never sees the password, and Claude Code refreshes its short-lived access token automatically.
- Credentials redacted
Stored login passwords never come back through a tool, and credential-bearing steps are redacted from the transcript.
How it works
Setup is a single claude mcp add command, and a first reply of No authorization provided is expected until /mcp finishes the browser sign-in.
Add the testerarmy server
In a terminal run claude mcp add --transport http testerarmy https://tester.army/mcp, which registers the hosted server under the name testerarmy.
Sign in with /mcp
Run /mcp inside the Claude Code session to complete the sign-in, which uses OAuth 2.1 with dynamic client registration and finishes in the browser.
Ask Claude Code to test
Once signed in, describe the flow in plain language and Claude Code creates the saved test with create_test, queues it with run_test and polls get_run.
Works with
Codex and Cursor reach the same server through their own setup, the MCP server page covers every other client, and the GitHub App tests the pull requests Claude Code writes.
Questions
Connect Claude Code to TesterArmy
Add the server with one claude mcp add command, run /mcp, and sign in when the browser opens.
