B

Browser Use

Provides an async browser automation server using OpenAI's GPT-4o model, enabling remote web navigat...

31 views
0 installs
Updated Oct 28, 2025
Not audited
Provides an async browser automation server using OpenAI's GPT-4o model, enabling remote web navigation, content extraction, and task execution with configurable browser contexts.
  1. Obtain an OpenAI API Key

    • Go to the OpenAI platform.
    • Sign in with your OpenAI account.
    • Click the “Create new secret key” button to generate a new API key.
    • Copy the generated API key. You will use it in the next steps.
  2. Open the FastMCP Connection Interface

    • Go to the interface where you are prompted to "Install Now" and add environment variables (ENVs).
  3. Fill in the Required ENV Value

    • In the connection interface, add a new environment variable with the following settings:
      • Key: OPENAI_API_KEY
      • Value: Paste the API key you copied from the OpenAI dashboard.
  4. (Optional) Set the Chrome Path

    • If you need to specify a particular Chrome installation, add another environment variable:
      • Key: CHROME_PATH
      • Value: The full path to your Chrome/Chromium executable (leave this blank if not required).
  5. (Optional) Configure Task Completion Waiting Behavior

    • If you want API calls to wait synchronously for browser task completion, you may add:
      • Key: PATIENT
      • Value: true or false (default is false).
  6. Save and Continue

    • Save your changes in the FastMCP interface to finish the configuration.

You are now ready to use the browser-use-mcp-server integration with your provided OpenAI API Key!

Quick Start

View on GitHub

More for Browser Automation

View All →

Similar MCP Servers

Report Issue

Thank you! Your issue report has been submitted successfully.