mcpbeat

five46 MCP Server

by sekharsdet
local only

five46 runs on your own machine — the client starts it, so there is no endpoint to ping. 241 installs a week from npm. Last commit 4 Aug 2026.

BYOK, fully local AI agent that tests your app/API and writes a real Playwright spec on success.

241
Installs / week
npm · five46
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add five46 -- npx -y five46
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "five46": {
      "args": [
        "-y",
        "five46"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.five46]
command = "npx"
args = ["-y", "five46"]
.cursor/mcp.json
{
  "mcpServers": {
    "five46": {
      "args": [
        "-y",
        "five46"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "five46": {
      "args": [
        "-y",
        "five46"
      ],
      "command": "npx"
    }
  }
}

Alternatives to five46

same job, measured the same way
Playwright Spatial Layout MCP
by vola-trebla

MCP server that gives AI agents geometric spatial awareness of web page layouts using Playwright

26 installs/wk local only
Playwright Report MCP
by hubertgajewski

Run Playwright tests and surface structured results for AI agents doing test failure analysis.

34 installs/wk local only
Mintqa MCP
by adamgusky

MCP server for Mint — AI-powered QA that runs your app in a real browser on every PR.

41 installs/wk answering
Noncelogic
by noncelogic

Hosted Playwright API for AI agents. Returns a11y trees instead of screenshots.

34 installs/wk local only
Aethyn Browser MCP
by aethynio

Local Playwright browser through residential proxies — agent picks country + sticky identity

51 installs/wk local only
Cowork QA
by insideos-designs

Goal-driven Playwright browser sessions for LLMs, with full action traces and aria-snapshots.

23 installs/wk local only
Browsegrab
by arknill

Token-efficient browser agent for local LLMs. Playwright + accessibility tree + MarkGrab.

89 installs/wk local only
Playwright Network Chaos MCP
by vola-trebla

MCP server that gives AI agents dynamic network chaos control over Playwright browser sessions

30 installs/wk local only

five46 — questions

Answers built from our own checks of this server.

Why is there no uptime for five46?
five46 runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package five46 was installed 241 times last week.
How do I connect five46?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls five46 straight from npm; nothing to host, nothing to sign up for.
How many people use five46?
The npm package five46 was installed 241 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is five46 open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.