302_browser_use_mcp

Author:@302ai
View on GitHub

Overview

The 302AI BrowserUse MCP is a tool that automatically creates remote browsers to complete specific tasks. It utilizes Browser Use and Sandbox development technologies.

To use this MCP, you must first install its dependencies and build the server. Configuration requires your API key. For use with Claude Desktop, add the server configuration to your system's appropriate config file.

Its key features include the automatic creation of remote browsers for tasks, integration with Claude Desktop, and access to debugging tools via the MCP Inspector.

Common use cases are automating web scraping, running tests on web applications, and completing repetitive online tasks without manual work.

Frequently asked questions clarify its purpose: automating remote browsers for efficient task completion. For debugging, you can use the MCP Inspector, which provides a browser-accessible URL. Your 302AI_API_KEY can be found through the provided link.

Configuration

{
  "mcpServers": {
    "302ai-browser-use-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@302ai/browser-use-mcp"
      ],
      "env": {
        "302AI_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}