Browser automation MCP server using Chrome/Edge. Access authenticated sites, handle CAPTCHAs, SSO, and JavaScript-heavy pages with your real browser session.
Server Config
{
"mcpServers": {
"mcpbrowser": {
"command": "npx",
"args": [
"-y",
"mcpbrowser@latest"
]
}
}
}