<BACK TO CHANGELOG

MCP Server, Gemini 3, Teams, Library Judge

We ship fast. Enjoy the best model ever.

Cloud MCP Server

A hosted Model Context Protocol (MCP) server that enables AI assistants to control browser automation. It works with any HTTP-based MCP client, including Claude Code.

MCP Server URL: https://api.browser-use.com/mcp

This is an HTTP-based MCP server designed for cloud integrations and remote access. If you need a local stdio-based MCP server for Claude Desktop, use the free open-source version: uvx browser-use --mcp

Implementation Details

Check out the documentation.

Gemini 3 support

It’s the best model for Browser Use.

Gemini 3 support

Teams

The option to add multiple team members to your cloud project (same billing, same credits throughout organization). Available on cloud.browser-use.com.

Library judge

When task is completed, you can get llm-as-a-judge evaluation of the task - the easiest way to evaluate your own workflows (available on the library and cloud). If you need more advanced evals contact us.

const task1 = await client.tasks.createTask({
  task: "Whats the weather in SF.",
  schema: TaskOutput,
  llm: "browser-use-llm",
  judge: true
});
 
const result1 = await task1.complete();
result1.judgeVerdict, result1.judgement
  • file uploads on the cloud
├─

Recent Updates