browser-use-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@browser-use-mcpGo to Amazon and find price of iPhone 15."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
browser-use-mcp
🌐 MCP server wrapping browser-use — let AI browse the web autonomously.
What it does
Exposes browser-use's AI web agent as MCP tools, allowing AI assistants to:
Browse websites and extract information
Fill forms and interact with pages
Navigate complex web workflows
Execute multi-step web tasks
Related MCP server: Cloudflare Playwright MCP
Installation
# Clone the repo
git clone https://github.com/ellllapie/browser-use-mcp.git
cd browser-use-mcp
# Install dependencies
pip install -r requirements.txt
# Copy environment template
cp .env.example .env
# Edit .env and add your API keyEnvironment Variables
Option 1: Use with relay service (e.g., 灵眸)
OPENAI_API_KEY=your_relay_api_key
OPENAI_BASE_URL=https://your-relay-service.com/v1Option 2: Use official OpenAI API
OPENAI_API_KEY=your_openai_api_key
# OPENAI_BASE_URL not neededOption 3: Use Browser Use Cloud
BROWSER_USE_API_KEY=your_browser_use_api_keyOption 4: Use other providers
ANTHROPIC_API_KEY=your_anthropic_api_key
# or
GOOGLE_API_KEY=your_google_api_keyUsage
As MCP Server (for Kelivo, Claude Desktop, etc.)
Add to your MCP client config:
{
"mcpServers": {
"browser-use": {
"command": "python",
"args": ["/path/to/browser-use-mcp/server.py"]
}
}
}Available Tools
browse_web: Execute a web browsing task and return results
Deployment
Deploy to Railway, Render, or any Python hosting platform. Set environment variables in your hosting dashboard.
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
AI-powered web automation. Navigate websites using AI agents for one page or a thousand
AI-powered web automation. Navigate websites using AI agents for one page or a thousand
Stealth web automation for AI agents. Login, signup, navigate, screenshot.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.-
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.-
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to perform intelligent browser automation with session-based context analysis, including navigation, form filling, and content extraction through natural language.MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ellllapie/browser-use-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server