MCP Browser Automation
@algonius
关于 MCP Browser Automation
MCP browser automation server. Exposes browser control tools to external AI systems via Model Context Protocol. Open-source & secure.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"algonius-browser": {
"command": "start",
"autoApprove": [
"click_element",
"get_dom_extra_elements",
"manage_tabs",
"scroll_page",
"type_value",
"navigate_to"
],
"disabled": false,
"timeout": 3600,
"url": "http://127.0.0.1:9333/sse",
"type": "sse"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Browser Automation?
MCP Browser Automation is an open-source MCP (Model Context Protocol) server that provides browser automation capabilities to external AI systems. It exposes a set of browser control tools through the MCP protocol, enabling AI assistants to navigate websites, interact with DOM elements, and extract web content programmatically.
How to use MCP Browser Automation?
Install the Chrome extension from the Chrome Web Store or build from source, then install the Go-based MCP Host using the one‑click installation script or manually. Verify the installation with mcp-host-go --version. Once installed, AI systems can invoke tools and read resources via standard MCP protocol calls.
Key features of MCP Browser Automation
- MCP Protocol Integration for AI systems
- Chrome Extension with background service worker
- Go-based MCP Host bridging extension with external tools
- 5 browser automation tools plus 2 MCP resources
- Full TypeScript implementation with structured error handling
- Comprehensive integration tests for all functionality
Use cases of MCP Browser Automation
- Web scraping: navigate to a site, get DOM state, extract elements, and interact with content
- Form automation: fill input fields, click submit, and verify completion
- Multi‑tab management: create, switch, and monitor multiple tabs simultaneously
- Page navigation with scrolling: scroll to load dynamic content and extract newly loaded elements
FAQ from MCP Browser Automation
What are the system requirements?
Requires Chrome/Chromium 88+ or Microsoft Edge 88+, Node.js 22.12.0+, pnpm 9.15.1+, and Go 1.21+ (for building the MCP host).
How does MCP Browser Automation communicate with AI systems?
The Go‑based MCP Host implements the MCP protocol and communicates with the Chrome extension via Native Messaging. AI systems interact through standard MCP tool and resource calls.
What browser automation tools are available?
Five tools: navigate_to, manage_tabs, get_dom_extra_elements, `click_element
浏览器自动化 分类下的更多 MCP 服务器
fetch-mcp
egoistAn MCP server for fetching URLs / Youtube video transcript.
Browser Control MCP
eyalzhMCP server paired with a browser extension that enables AI agents to control the user's browser.
Browserbase MCP Server
browserbaseAllow LLMs to control a browser with Browserbase and Stagehand
Fastcrw
usFast, lightweight Firecrawl/Tavily alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/scrape, /crawl, /search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary.
mcp-browser-use: MCP server for browser-use
vinayak-mehtaMCP server for browser-use
评论