302_browser_use_mcp
@302ai
关于 302_browser_use_mcp
Automatically create a remote browser to complete your specified tasks, developed based on Browser Use + Sandbox.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"302ai-browser-use-mcp": {
"command": "npx",
"args": [
"-y",
"@302ai/browser-use-mcp"
],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}工具
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.
概览
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.
浏览器自动化 分类下的更多 MCP 服务器
Firecrawl Mcp Server
mendableai🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.

Fetch
modelcontextprotocolModel Context Protocol Servers
MCP server w/ Browser Use
JovaniPinkFastAPI server implementing MCP protocol Browser automation via browser-use library.
Slack Slack
microsoftPlaywright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
MCP Browser Kit
ndthanhdevAn MCP Server that enables AI assistants to interact with your local browsers.
评论