
Browser Use MCP Server
Supports UIby kontext-security
Control web browsers directly from your AI agent using Playwright and browser-use.
What it does
This MCP server enables AI agents to interact with and control a web browser in real-time. It allows the agent to navigate websites, click elements, fill forms, and extract data, effectively giving your LLM a 'web presence'.
Tools
browser_automation: Core tool for executing browser actions like navigation and interaction.vnc_stream: Provides a real-time visual stream of the browser's activity.async_task: Allows execution of complex browser operations asynchronously.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"browser-server": {
"command": "browser-use-mcp-server",
"args": [
"run",
"server",
"--port",
"8000",
"--stdio",
"--proxy-port",
"9000"
],
"env": {
"OPENAI_API_KEY": "your-api-key"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Windsurf
- Claude (Mac/Windows)
Quick install
uv tool install browser-use-mcp-serverInformation
- Pricing
- free
- Published
- 5/1/2026
- stars






