by 302ai
302AI BrowserUse MCP Server enables Claude Desktop browser to securely browse and interact with web content — AI web bro
Enables Claude Desktop to control web browsers through natural language commands for automated web browsing and research tasks.
302AI BrowserUse MCP Server is an official MCP server published by 302ai that provides AI assistants with tools and capabilities via the Model Context Protocol. 302AI BrowserUse MCP Server enables Claude Desktop browser to securely browse and interact with web content — AI web bro It is categorized under browser automation, developer tools.
You can install 302AI BrowserUse MCP Server in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
MIT
302AI BrowserUse MCP Server is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
Fetch and extract information from websites automatically
Example
Research competitor pricing, scrape product reviews, monitor news mentions
Automate 5-10 hours/week of manual web research
Track website changes, new content, price updates
Example
Monitor competitor blog for new posts, track stock availability, watch for pricing changes
Stay informed without manual checking, never miss important updates
Extract structured data from multiple websites
Example
Compile product listings from 10 e-commerce sites, aggregate job postings, collect real estate data
Build datasets 100x faster than manual copying
Share your MCP server with the developer community
Strong directory entry: 302AI BrowserUse MCP Server surfaces stars and publisher context so we could sanity-check maintenance before adopting.
According to our notes, 302AI BrowserUse MCP Server benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
We evaluated 302AI BrowserUse MCP Server against two servers with overlapping tools; this profile had the clearer scope statement.
We wired 302AI BrowserUse MCP Server into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
According to our notes, 302AI BrowserUse MCP Server benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
I recommend 302AI BrowserUse MCP Server for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
Strong directory entry: 302AI BrowserUse MCP Server surfaces stars and publisher context so we could sanity-check maintenance before adopting.
302AI BrowserUse MCP Server is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
302AI BrowserUse MCP Server has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
Strong directory entry: 302AI BrowserUse MCP Server surfaces stars and publisher context so we could sanity-check maintenance before adopting.
showing 1-10 of 27

Here are some usage examples

Here is the list of supported tools

stdin mode locally, or host it as a remote HTTP serverInstall dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"302ai-browser-use-mcp": {
"command": "npx",
"args": ["-y", "@302ai/browser-use-mcp"],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
To use with Cherry Studio, add the server config:
{
"mcpServers": {
"Li2ZXXJkvhAALyKOFeO4N": {
"name": "302ai-browser-use-mcp",
"description": "",
"isActive": true,
"registryUrl": "",
"command": "npx",
"args": [
"-y",
"@302ai/browser-use-mcp"
],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
To use with ChatWise, copy the following content to clipboard
{
"mcpServers": {
"302ai-sandbox-mcp": {
"command": "npx",
"args": ["-y", "@302ai/browser-use-mcp"],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Go to Settings -> Tools -> Add button -> Select Import from Clipboard

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
302.AI is an enterprise-oriented AI application platform that offers pay-as-you-go services, ready-to-use solutions, and an open-source ecosystem.✨
Interact with services that don't offer APIs
Example
Check form submissions, validate website functionality, test user flows
Automate interactions with any website, even without API
Prerequisites
Time Estimate
20-40 minutes including configuration and testing
Steps
Troubleshooting
✓ Do
✗ Don't
💡 Pro Tips
Architecture
MCP server handles HTTP requests, HTML parsing, JavaScript rendering (if headless browser), and returns structured data to Claude.
Protocols
Compatibility
✓ Use when
Use for research automation, content monitoring, data aggregation from multiple sources, and when official APIs don't exist. Best for read-only information gathering.
✗ Avoid when
Avoid for sites with APIs (use API instead), sites that explicitly forbid scraping, when data is copyrighted, or for login-required content without proper authorization.