Browser Use MCP ServerServer

pietrozullo
GitHub
Browser AutomationAgent Orchestration

Loading subscription status...

💡 Description

A FastMCP server that enables browser automation through natural language commands. This server allows Language Models to browse the web, fill out forms, click buttons, and perform other web-based tasks via a simple API.

📝 JSON Entries

{
  "mcpServers": [
    {
      "browser-use-mcp": {
        "env": {
          "DISPLAY": ":0",
          "OPENAI_API_KEY": "your-openai-api-key"
        },
        "args": [
          "--model",
          "gpt-4o"
        ],
        "command": "browser-use-mcp"
      }
    }
  ]
}

🛠️ Tools

Playwright

Features

  • Browser automation through natural language
  • Support for multiple LLM providers

💬 Example Queries

  • Navigate to https://github.com, search for 'browser-use-mcp', and summarize the project.