BYOK, fully local AI agent that tests your app/API and writes a real Playwright spec on success.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An autonomous AI testing agent that verifies your app or API actually works while you're still building it β fully local, using your own LLM key.
You just changed something, and you want to know β right now, against the real running thing β whether it actually works, without first writing a test yourself. Give five46 a plain-English goal β "log in and confirm the dashboard loads," "create a user via POST, then confirm it via GET" β and an LLM, using your own OpenAI, Anthropic, Gemini, Groq, or AWS Bedrock key, drives your real app or real API, one real action at a time, and tells you honestly whether it worked, with a root-cause hypothesis if it didn't. Once it does, that exact run is captured as a real, standalone Playwright (or node:test) spec you keep β so the same check that helped you while you were building the feature becomes a permanent regression test afterward, with no five46 or LLM involved in ever running it again.

Status: early proof of concept, verified end-to-end against real live LLM keys across dozens of real-world sites and APIs.
If five46 is useful to you, a β on GitHub helps other people find it β much appreciated!
Most testing tools assume you already have a suite to run. five46 is built for the moment before that β mid-feature, before a test exists at all. Point it at what you're building, describe the outcome you expect in plain English, and keep re-running it as you keep changing code; once it's solid, the run it just did becomes your regression test, not a separate thing you write afterward.
Most AI-driven test-generation tools also run in a cloud sandbox: your app's traffic, screenshots, and DOM leave your machine and go through a third-party service you don't control. five46 is the opposite bet β everything runs on your laptop, using a key you already pay for, and the only thing that ever leaves your machine is the text sent to your chosen LLM provider on each step (always disclosed, never hidden). If your organization can't adopt a cloud-hosted AI testing platform for compliance or trust reasons, this is built for exactly that constraint.
It's also not a black box: every run ends with a real .spec.ts/.test.mjs file you can read, diff, commit to your repo, and run in CI with plain npx playwright test β no vendor lock-in, no proprietary runner.
.spec.ts (or node:test script for API tests) you can
re-run any time, with no five46 or LLM involved.getByRole() resolves uniquely to the exact element a
step acted on, the generated spec prefers it over a positional CSS
selector, since it's far more resistant to future DOM changes. Falls back
to the always-correct selector automatically wherever that check can't be
made β never changes what the live run itself does.five46_test/five46_api as tools an
IDE-embedded AI assistant (Claude Code, Cursor, etc.) can call directly.--repeat N runs the same goal N times and
reports whether the outcome/behavior actually stayed the same.five46 diff compares two generated run files directly.five46.config.json + --project for
reusable, named target defaults (url, session, safety flags).--record-video records the whole session as a
.webm.--no-structured-plan
opts back into the fully-adaptive, live-decision-every-step loop.--fast-steps, opt-in) β on Groq/Gemini,
swaps in a genuinely faster model tier for the high-frequency per-step
decision only; the upfront plan always uses your configured model. No
effect on OpenAI/Anthropic/Bedrock, already at their fastest reliable
tier. Opt-in, not default β see "Fast per-step decisions" below.--story) β splits a raw, multi-AC user story into
independent goals and runs them with bounded concurrency, reporting a
clear pass/fail per acceptance criterion. See "Story mode" below.--action-cache, opt-in) β skips the upfront
planning LLM call on a repeat run of the same goal by reusing a
previously-saved plan, falling back to a fresh plan automatically if the
page has changed. See "Cross-run action cache" below.| five46 | Typical cloud AI testing platform | |
|---|---|---|
| Where it runs | Your machine, fully local | Their cloud sandbox |
| What leaves your machine | Only the text sent to your LLM provider per step (disclosed) | Your app's traffic, screenshots, DOM, credentials |
| Pricing model | BYOK β you pay your LLM provider directly, at cost | Usage-based platform subscription on top of their own LLM cost |
| Output | A real, standalone .spec.ts/.test.mjs file you own, re-runnable with plain Playwright/node:test | Usually tied to their own runner/dashboard |
| Best fit | Teams that can't send app data to a third party, or want to run tests entirely offline/on-prem | Teams that want a managed, zero-setup service and don't mind the tradeoff |
Not a knock on cloud platforms β it's a genuinely different tradeoff (their infra vs. your own key and your own machine), and the right choice depends on what your organization is allowed to send off-machine.
Or run it without installing globally:
One-time setup (same shape as gh auth login/aws configure):
This prompts for an LLM provider + key, masking secret input, and saves it
to ~/.five46/config.json (user-only file permissions). Or set
environment variables instead β these always take priority over the saved
config, which is useful for CI:
Don't have a key yet? Pick whichever's easiest to get, or whichever you already use β five46 calls one small, cheap model per provider on every step (never a "flagship" model), so per-run cost is low regardless of which one you pick. If wall-clock speed is what you care about most, pick Groq β its whole differentiator is LPU-based inference hardware built specifically for fast token generation, meaningfully faster round-trips than typical GPU-hosted inference for an equivalent-size model. Since a run's time is dominated by LLM round-trip latency (not five46's own code), the provider you pick is the single biggest lever you control over how fast a run feels:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/five46)<a href="https://allmcps.com/mcp/five46"><img src="https://allmcps.com/api/badge/five46?style=directory" alt="Five46 on AllMCPs" /></a>