302_browser_use_mcp
@302ai
About 302_browser_use_mcp
Automatically create a remote browser to complete your specified tasks, developed based on Browser Use + Sandbox.
Basic information
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.
More Browser Automation MCP servers
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.
Apify Model Context Protocol (MCP) Server
apifyThe Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
Browser Control MCP
eyalzhMCP server paired with a browser extension that enables AI agents to control the user's browser.
BrowserTools MCP
AgentDeskAIMonitor browser logs directly from Cursor and other MCP compatible IDEs.
Puppeteer MCP Server
merajmehrabiThis MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
Comments