Skip to main content
Browser Use provides two Model Context Protocol server endpoints: The v2 endpoint uses a task-based agent — each task runs independently and is dispatched to a queue. The v3 endpoint uses a session-based agent that runs in a persistent sandbox container, supporting keep-alive for multi-turn interactions, model selection (bu-mini, bu-max, bu-ultra), structured output, and shared workspaces for file persistence across sessions. Get your API key from the Browser Use Dashboard.

Claude Code

Replace YOUR_API_KEY with your actual API key. Claude Code requires the API key to be passed via the -H (header) flag.

Claude Desktop

Add to claude_desktop_config.json:

Cursor

Add to .cursor/mcp.json:

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

Available Tools