SERVER
Browser Automation
Rank #3445io.github.mindstone/mcp-server-browser-automation
Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs
First listed
May 21, 2026
Last publish date
May 21, 2026
OVERVIEW
Browser Automation is a Model Context Protocol (MCP) server published by mindstone. It ranks #3445 of 58,900 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Browser Automation is listed on Official MCP, with 1 tracked version. It was first listed on May 21, 2026 and most recently updated on May 21, 2026.
STANDING
#3,445of 58,900 tracked serversTop 10%
Ranks ahead of 55,455 of 58,900 servers on MCP Toplist.
CONNECT
Use Browser Automation
Add Browser Automation to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
npm package
{
"mcpServers": {
"mcp-server-browser-automation": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-browser-automation"
],
"env": {
"AGENT_BROWSER_SESSION_NAME": "<your AGENT_BROWSER_SESSION_NAME>",
"AGENT_BROWSER_SHOW_WINDOW": "<your AGENT_BROWSER_SHOW_WINDOW>",
"BROWSER_AUTOMATION_ALLOW_EVAL": "<your BROWSER_AUTOMATION_ALLOW_EVAL>"
}
}
}
}Replace each placeholder with your own value before saving.
REGISTRIES
Listed on 1 registry
ORGANIZATION
mindstone
VERSIONS
Available versions (1)
| Version | Published |
|---|---|
| 0.1.7 | May 21, 2026 |
FAQ
Frequently asked questions
- What is Browser Automation?
- Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs
- Who maintains Browser Automation?
- Browser Automation is maintained by mindstone, which publishes 35 MCP servers (34 total versions) tracked on MCP Toplist.
- Is Browser Automation an official MCP server?
- Yes — Browser Automation is listed on the Official MCP Registry.
- How many versions does Browser Automation have?
- MCP Toplist tracks 1 version of Browser Automation, most recently published on May 21, 2026.
- Where can I find the source code for Browser Automation?
- The source code for Browser Automation is hosted at github.com/mindstone/mcp-servers.
EXPLORE