
Browser Automation
- 10 repo stars
- Updated July 25, 2026
- mindstone/mcp-servers
Gives an agent browser automation tools to navigate pages, fill forms, click, screenshot, and manage tabs, so a solo builder can automate web tasks and scraping.
About
Browser Automation is an MCP server that gives an agent web-automation tools: navigate pages, fill and submit forms, click, take screenshots, and manage tabs. A solo builder reaches for it to automate repetitive web tasks, scraping, or end-to-end flows from an MCP host. It runs as an npx stdio server with persistent sessions and keeps arbitrary JS eval disabled by default for safety.
- Navigate, fill forms, click, screenshot, manage tabs
- Persistent named browser sessions
- Headless or visible window toggle
- browser_evaluate gated off by default for security
Browser Automation by the numbers
- Data as of Jul 26, 2026 (Skillselion catalog sync)
claude mcp add --env AGENT_BROWSER_SESSION_NAME=YOUR_AGENT_BROWSER_SESSION_NAME --env AGENT_BROWSER_SHOW_WINDOW=YOUR_AGENT_BROWSER_SHOW_WINDOW --env BROWSER_AUTOMATION_ALLOW_EVAL=YOUR_BROWSER_AUTOMATION_ALLOW_EVAL mcp-server-browser-automation -- npx -y @mindstone/mcp-server-browser-automationAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 10 |
|---|---|
| Package | @mindstone/mcp-server-browser-automation |
| Transport | STDIO |
| Auth | None |
| Last updated | July 25, 2026 |
| Repository | mindstone/mcp-servers ↗ |
What it does
Gives an agent browser automation tools to navigate pages, fill forms, click, screenshot, and manage tabs, so a solo builder can automate web tasks and scraping.
Who is it for?
Automating web tasks and scraping from an agent
Skip if: API-first tasks where a direct HTTP integration is simpler
What you get
- Automated navigation, form fills, and screenshots