Vibe Test — Browser Testing Agent for VS Code
io.github.aishwaryshrivastav/vibe-testing
Code-aware browser testing agent — 14 Playwright tools for AI code editors via MCP
client:VS Code
transport:stdio
runtime:npm
Install Vibe Test — Browser Testing Agent in VS Code
.vscode/mcp.json
{
"servers": {
"vibe-testing": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vibe-testing"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs