Hey, this is a known limitation of the built-in browser. It doesn’t currently handle HTTP 401 auth prompts (Basic or Digest Auth). The team is aware of it.
As a workaround, you can use the Playwright MCP server instead of the built-in browser. Playwright runs a real Chromium instance, so it handles 401 auth prompts natively. You can set it up in your MCP config. See our MCP docs for setup instructions.
There’s no timeline yet for when native 401 support will ship, but your report helps us prioritize it. I’ll update here if anything changes.