Browser
Freeby MCP Community
MCP browser server - fetch web pages using real Chrome/Edge/Brave browser. Handles authentication, SSO, CAPTCHAs, and anti-bot protection. Browser automation fo
v0.3.36Added Apr 12, 2026
mcpmcp-servermodel-context-protocolbrowserweb-browser
Browser MCP Server
MCP browser server - fetch web pages using real Chrome/Edge/Brave browser. Handles authentication, SSO, CAPTCHAs, and anti-bot protection. Browser automation fo
Installation
npx -y mcpbrowser
Reviews
Installation
Quick install
npx -y mcpbrowser
Add to claude_desktop_config.json
{
"mcpServers": {
"browser": {
"command": "npx",
"args": ["-y", "mcpbrowser"]
}
}
}