five46 MCP server
BYOK, fully local AI agent that tests your app/API and writes a real Playwright spec on success.
3 stars43 downloads/wk
Reviews
Write oneNobody has reviewed five46 yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
five46 tools (2)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
five46_apifive46_test
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- Code scan93 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the five46 repository's README, as published. We do not edit it. Read it on GitHub
five46
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!
Why five46, and how it's different
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.
Features
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y five46 on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add five46 -- npx -y five46
five46: common questions
- Is five46 MCP server safe?
- Mostly: it is graded B (83/100). Read the five46 safety report
- How do I install five46?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does five46 need an API key?
- Yes. The registry entry asks for
FIVE46_LLM_API_KEY. - Is five46 maintained?
- The last commit was in the last day (2026-09-23). The latest release is v0.2.3.
- What can I use instead of five46?
- Servers from other publishers that do the same job: Vibe Test — Browser Testing Agent MCP server, Playwright Report MCP server and Loadster MCP server. Compare all five46 alternatives.
Alternatives to five46
Same job from other publishers: the closest match first, then the best rated.
- Vibe Test — Browser Testing AgentCode-aware browser testing agent — 14 Playwright tools for AI code editors via MCPnot reviewedGrowingB
- Playwright ReportRun Playwright tests and surface structured results for AI agents doing test failure analysis.not reviewedGrowingA
LoadsterLoad testing and synthetic monitoring platform: test with Playwright, Browser Bot, or Protocol Bots.not reviewedGrowingA- PlaywrightPlaywright Tools for MCPnot reviewedWidely usedA
- invisible_playwright_mcpAI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions.not reviewedEstablishedA