mcpbeat Sign in

Vibe Test — Browser Testing Agent MCP Server

by aishwaryshrivastav Your server? Claim it
local only

Vibe Test — Browser Testing Agent runs on your own machine — the client starts it, so there is no endpoint to ping. 584 installs a week from npm. Last commit 17 Sep 2026.

Code-aware browser testing agent — 13 Playwright tools for AI code editors via MCP

Installs per day peak 57 · avg 17 · +32% w/w
a month agotoday
584
Installs / week
npm · vibe-testing
5
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/engine/context/test-reader.ts:30
    const content = await readFile(path.join(codebasePath, filePath))
Runs an external command src/utils/playwright.ts:27
    const child = spawn(process.execPath, [cliPath, ...args], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

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 vibe-testing -- npx -y vibe-testing
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vibe-testing": {
      "args": [
        "-y",
        "vibe-testing"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vibe-testing]
command = "npx"
args = ["-y", "vibe-testing"]
.cursor/mcp.json
{
  "mcpServers": {
    "vibe-testing": {
      "args": [
        "-y",
        "vibe-testing"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vibe-testing": {
      "args": [
        "-y",
        "vibe-testing"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Vibe Test — Browser Testing Agent

same job, measured the same way
Playwright MCP
by microsoft

Playwright Tools for MCP

5 968 258 installs/wk local only
Playwright MCP
by dinesh-nalla-se

Playwright Tools for MCP

45 installs/wk local only
B4n1Web
by b4n1-com

Ultra-lightweight browser engine for AI agents. 33 MCP tools, 4 SDKs, cross-platform.

629 installs/wk local only
Katatan Test
by katatan-org

KATATAN E2E testing agent set — Playwright + KATATAN MCP integration

39 installs/wk local only
Safari DevTools MCP
by hayodev

MCP server for Safari DevTools — browser debugging and automation for AI coding agents

55 installs/wk local only
openDAW MCP
by ameobius

262 MCP tools for agent-native control of openDAW, a browser-based DAW

local only
Agent Browser
by codechap

MCP server for browser automation via Vercel's agent-browser CLI

local only
ui-ticket-mcp
by 0ics-srls

Human-to-AI code review bridge. Review UI in the browser, AI agents fix code via MCP.

244 installs/wk local only

Vibe Test — Browser Testing Agent — questions

Answers built from our own checks of this server.

Why is there no uptime for Vibe Test — Browser Testing Agent?
Vibe Test — Browser Testing Agent 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 vibe-testing was installed 584 times last week.
How do I connect Vibe Test — Browser Testing Agent?
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 vibe-testing straight from npm; nothing to host, nothing to sign up for.
How many people use Vibe Test — Browser Testing Agent?
The npm package vibe-testing was installed 584 times in the last week. Week over week that is +32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vibe Test — Browser Testing Agent open source?
We cannot say either way: written in TypeScript and 5 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.