MCPBrowser is an MCP browser server that enables AI assistants to browse web pages using real browsers like Chrome, Edge, or Brave, allowing access to sites that require authentication or block automated requests.
From the registry: MCP server for loading authenticated web pages using Chrome DevTools Protocol
Please install the `browser` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Chrome / Edge / Brave** — One of these browsers must be installed locally
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","mcpbrowser@latest"]
- optional environment variables:
- `CHROME_PATH`: Path to Chrome/Edge binary (example: `/Applications/Google Chrome.app/Contents/MacOS/Google Chrome`)
- `CHROME_USER_DATA_DIR`: Browser profile directory (example: `%LOCALAPPDATA%/ChromeAuthProfile`)
- `CHROME_REMOTE_DEBUG_PORT`: DevTools remote debug port (example: `9222`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MCP server for Firecrawl web scraping, structured data extraction and web search integration.