Overview
By connecting the Browser Use MCP server to your Parallel tasks, you can:- Access authenticated content: Research data behind logins, such as internal dashboards, CRM systems, or subscription services
- Interact with dynamic web applications: Navigate SPAs and JavaScript-heavy sites that require browser rendering
- Automate browser workflows: Fill forms, click buttons, and navigate multi-step processes as part of research tasks
- Extract private data: Pull information from accounts and services that require authentication
Prerequisites
- A Parallel API key from Platform
- A Browser Use API key from Browser Use
- For authenticated content: A Browser Use profile with saved login sessions. Profiles are persistent storage containers that maintain your credentials and cookies across browser sessions. See the Browser Use Profile Documentation for setup instructions.
The
browser_task and monitor_task tools are required for basic browser functionality. To access authenticated content via profiles, list_browser_profiles must also be included in your allowed_tools configuration. Without it, the browser will function but cannot access your saved authenticated sessions.Configuration
Add the Browser Use MCP server to your Task API requests using themcp_servers field. See MCP Tool Calling for complete documentation on using MCP servers with the Task API.
Best Practices
- Use appropriate processors: Browser interactions require
ultraor higher processors that support multiple tool calls - Be specific with instructions: Provide clear steps for authentication and navigation when the path is complex
- Combine with web research: Browser Use handles private data while Parallel’s built-in capabilities handle public web research
- Manage credentials securely: Store your Browser Use API key securely and rotate it regularly
Limitations
- The Browser Use MCP server requires the
parallel-beta: mcp-server-2025-07-17header - Browser interactions add latency compared to direct API calls
- Complex multi-step workflows may require higher-tier processors for optimal results