MCP server w/ Browser Use
@JovaniPink
About MCP server w/ Browser Use
FastAPI server implementing MCP protocol Browser automation via browser-use library.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-browser-use-jovanipink": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP server w/ Browser Use?
MCP server w/ Browser Use is a Model Context Protocol server that wires the browser-use automation engine into Claude Desktop and other MCP-compatible clients. It exposes a single run_browser_agent tool that orchestrates a browser session, executes browser-use agent, and returns the result.
How to use MCP server w/ Browser Use?
Install by cloning the repository and running uv sync. Copy .env.example to .env and set your API keys and configuration values. Launch the server with uv run mcp-browser-use. For Claude Desktop, add the server to your MCP configuration with environment variables for the LLM provider and model.
Key features of MCP server w/ Browser Use
- Automated browsing via natural-language instructions.
- Agent lifecycle management with history export and error handling.
- Centralized browser configuration using environment variables.
- FastMCP integration for session cleanup and tool registration.
- Client helpers for in-process testing with async Python.
Use cases of MCP server w/ Browser Use
- Automate web interactions through MCP clients like Claude Desktop.
- Perform form filling, navigation, and data extraction on websites.
- Run headless browser tasks for testing or scraping.
- Integrate browser automation into AI agent workflows.
FAQ from MCP server w/ Browser Use
What dependencies are required?
Python 3.11+, Google Chrome or Chromium, and uv for dependency management.
How is the LLM configured?
Set environment variables MCP_MODEL_PROVIDER, MCP_MODEL_NAME, MCP_TEMPERATURE, MCP_MAX_STEPS, MCP_MAX_ACTIONS_PER_STEP, and MCP_USE_VISION. Provider-specific API keys (e.g., ANTHROPIC_API_KEY, OPENAI_API_KEY) are also required.
Where does browser data persist?
The browser session can use persistent profiles via CHROME_PERSISTENT_SESSION and supports proxies and custom Chromium flags.
Can I run tests?
Yes, use uv run pytest to run the unit tests covering agent behavior, browser session factory, and utility helpers.
What security considerations exist?
Controlling a full browser instance remotely can grant broad access to the host machine. Review the SECURITY.md documentation before exposing the server to untrusted environments.
Frequently asked questions
What dependencies are required?
Python 3.11+, Google Chrome or Chromium, and `uv` for dependency management.
How is the LLM configured?
Set environment variables `MCP_MODEL_PROVIDER`, `MCP_MODEL_NAME`, `MCP_TEMPERATURE`, `MCP_MAX_STEPS`, `MCP_MAX_ACTIONS_PER_STEP`, and `MCP_USE_VISION`. Provider-specific API keys (e.g., `ANTHROPIC_API_KEY`, `OPENAI_API_KEY`) are also required.
Where does browser data persist?
The browser session can use persistent profiles via `CHROME_PERSISTENT_SESSION` and supports proxies and custom Chromium flags.
Can I run tests?
Yes, use `uv run pytest` to run the unit tests covering agent behavior, browser session factory, and utility helpers.
What security considerations exist?
Controlling a full browser instance remotely can grant broad access to the host machine. Review the `SECURITY.md` documentation before exposing the server to untrusted environments.
Basic information
More Browser Automation MCP servers
browser-use-mcp-server
co-browserBrowse the web, directly from Cursor etc.
Screenshot Scout
screenshotscoutCapture screenshots of webpages as images or PDFs with Screenshot Scout.
Scrapling Fetch MCP
cyberchittaHelps AI assistants access text content from bot-protected websites. MCP server that fetches HTML/markdown from sites with anti-automation measures using Scrapling.

HTML/CSS to Image
An MCP server for generating images from HTML & CSS or screenshots of URLs using htmlcsstoimage.com.
Puppeteer MCP Server
merajmehrabiThis MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
Comments