302_browser_use_mcpFeatured
@302ai
About 302_browser_use_mcp
Automatically create a remote browser to complete your specified tasks, developed based on Browser Use + Sandbox.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"302ai-browser-use-mcp": {
"command": "npx",
"args": [
"-y",
"@302ai/browser-use-mcp"
],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}Tools
2Create a browser agent task, and return the task id. This agent can handle continuous complex tasks, and you do not need to break down the tasks. Just input them directly. Clearly return the task_id to the user for use in the next request.
Get the result of the browser agent task. If no results are obtained, clearly return the task_id to the user for use in the next request.
Overview
What is 302_browser_use_mcp?
302_browser_use_mcp is an AI-powered browser automation server that implements the Model Context Protocol (MCP) for natural language browser control and web research.
How to use 302_browser_use_mcp?
Add the server configuration to your MCP client (e.g., Claude Desktop, Cherry Studio, or ChatWise) using the npx command with the @302ai/browser-use-mcp package and set your 302AI_API_KEY environment variable. You can run it locally in stdin mode or host it as a remote HTTP server.
Key features of 302_browser_use_mcp
- Dynamic loading of tool list from remote server.
- Supports both local
stdinand remote HTTP server modes. - Provides tools for creating and querying browser automation tasks.
- Easy integration with Claude Desktop, Cherry Studio, and ChatWise.
- Debuggable via the MCP Inspector.
Use cases of 302_browser_use_mcp
- Automate web research through natural language instructions.
- Control a browser remotely using an AI assistant.
- Integrate browser actions into AI-powered workflows.
FAQ from 302_browser_use_mcp
What tools does 302_browser_use_mcp provide?
The server exposes two tools: Create Browser Automation Task and Query Browser Task Status. Details are available in the linked API documentation.
What are the runtime dependencies?
The server is distributed as an npm package (@302ai/browser-use-mcp). It can be invoked directly via npx without explicit installation, but local development requires Node.js and npm install.
How do I authenticate with the server?
You must provide a valid 302AI_API_KEY in the environment configuration. You can obtain one from the 302.AI dashboard at https://dash.302.ai/apis/list.
What transport modes are supported?
Two modes are supported: local stdin (default when used with MCP clients) and a remote HTTP server mode for hosting elsewhere.
Is 302_browser_use_mcp open source?
The README does not explicitly state the license, but it is part of the 302.AI open-source ecosystem and the code is available via npm for modification.
Frequently asked questions
What tools does 302_browser_use_mcp provide?
The server exposes two tools: Create Browser Automation Task and Query Browser Task Status. Details are available in the linked API documentation.
What are the runtime dependencies?
The server is distributed as an npm package (`@302ai/browser-use-mcp`). It can be invoked directly via `npx` without explicit installation, but local development requires Node.js and `npm install`.
How do I authenticate with the server?
You must provide a valid `302AI_API_KEY` in the environment configuration. You can obtain one from the 302.AI dashboard at `https://dash.302.ai/apis/list`.
What transport modes are supported?
Two modes are supported: local `stdin` (default when used with MCP clients) and a remote HTTP server mode for hosting elsewhere.
Is 302_browser_use_mcp open source?
The README does not explicitly state the license, but it is part of the 302.AI open-source ecosystem and the code is available via npm for modification.
Basic information
More Browser Automation MCP servers
Browserbase MCP Server
browserbaseAllow LLMs to control a browser with Browserbase and Stagehand
browser-use-mcp-server
co-browserBrowse the web, directly from Cursor etc.
Puppeteer Vision Mcp Server
djannotMCP Browser Kit
ndthanhdevAn MCP Server that enables AI assistants to interact with your local browsers.
Webpage Screenshot MCP Server
ananddtyagiAn MCP that gives your agent the ability to snap a screenshot of webpages. Useful when you want your agent to check its progress during development.
Comments