browser-use-mcp-server
@co-browser
关于 browser-use-mcp-server
Browse the web, directly from Cursor etc.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"browser-use-mcp-server": {
"command": "uv",
"args": [
"tool",
"install",
"mcp-proxy"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is browser-use-mcp-server?
An MCP server that enables AI agents to control web browsers using the browser-use library. It is designed for developers building AI-powered browser automation workflows.
How to use browser-use-mcp-server?
Install prerequisites (uv, Playwright, mcp-proxy), set environment variables in a .env file (OPENAI_API_KEY, CHROME_PATH, PATIENT), then run the server in either SSE mode (uv run server --port 8000) or stdio mode after building and installing the package. Configure your MCP client (Cursor, Windsurf, Claude) with the appropriate JSON configuration.
Key features of browser-use-mcp-server
- Control browsers through AI agents
- Support for both SSE and stdio transport protocols
- Real-time VNC streaming of browser automation
- Execute browser operations asynchronously
- Docker support for consistent isolated environment
Use cases of browser-use-mcp-server
- Ask an AI to navigate a website and retrieve information, such as "open https://news.ycombinator.com and return the top ranked article"
- Automate multi-step web tasks like form filling or data extraction
- Watch browser automation in real-time via VNC streaming
- Run browser agents in a Docker container for reproducibility
FAQ from browser-use-mcp-server
What are the prerequisites for browser-use-mcp-server?
You need uv (Python package manager), Playwright (browser automation), and mcp-proxy (for stdio mode). Install them with `curl -LsSf https://astral.sh/uv/install
浏览器自动化 分类下的更多 MCP 服务器
@mendableai/firecrawl Mcp Server
mendableaiThe API to search, scrape, and interact with the web at scale. 🔥
X Twitter Scraper
Xquik-devTwitter scraper API skill for tweet search, advanced Twitter search, profile tweets, follower export, media download, monitors, webhooks, MCP, and posting automation: send tweets and replies.
Puppeteer MCP Server
merajmehrabiThis MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
Fetch MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.
Firecrawl Mcp Server
mendableai🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
评论