Vew MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 130 installs a week from npm.
Browser MCP: drive a real Chromium via Playwright with compact ref-addressable page snapshots
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.
claude mcp add vew-mcp -- npx -y @yawlabs/vew-mcp
{
"mcpServers": {
"vew-mcp": {
"args": [
"-y",
"@yawlabs/vew-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.vew-mcp]
command = "npx"
args = ["-y", "@yawlabs/vew-mcp"]
{
"mcpServers": {
"vew-mcp": {
"args": [
"-y",
"@yawlabs/vew-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"vew-mcp": {
"args": [
"-y",
"@yawlabs/vew-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.