MCP browser server — loads and interacts with web pages using the user's Chromium-based browser with full JavaScript execution. Handles authentication, SSO, and anti-bot protection automatically via the user's existing browser session.
{
"mcpServers": {
"mcpbrowser": {
"command": "npx",
"args": [
"-y",
"mcpbrowser"
]
}
}
}