vew mcp for Cursor
io.github.yawlabs/vew-mcp
Browser MCP: drive a real Chromium via Playwright with compact ref-addressable page snapshots
client:Cursor
transport:stdio
runtime:npm
Install vew mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vew-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yawlabs/vew-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs