A MCP Server that provides browser access through playwright with "stealth mode" enabled.
{
"mcpServers": {
"iflowstealth-browser": {
"command": "npx",
"args": [
"-y",
"@iflow-mcp/stealth-browser-mcp"
]
}
}
}