Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
npx -y @mindstone/mcp-server-browser-automation{
"AGENT_BROWSER_SESSION_NAME": "mcp",
"AGENT_BROWSER_SHOW_WINDOW": "true",
"BROWSER_AUTOMATION_ALLOW_EVAL": "YOUR_VALUE_HERE"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-mindstone-mcp-server-browser-automation": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-browser-automation"
],
"env": {
"AGENT_BROWSER_SESSION_NAME": "mcp",
"AGENT_BROWSER_SHOW_WINDOW": "true",
"BROWSER_AUTOMATION_ALLOW_EVAL": "YOUR_VALUE_HERE"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
Browser Automation is an MCP server for Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs. It supports STDIO transport.
Use the generated config in Install. This server runs with npx -y @mindstone/mcp-server-browser-automation; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y @mindstone/mcp-server-browser-automation. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y @mindstone/mcp-server-browser-automation. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y @mindstone/mcp-server-browser-automation. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y @mindstone/mcp-server-browser-automation. Add required environment variables before starting Cursor or VS Code.
Browser Automation uses STDIO transport. Use the package or command config in Install.
Browser Automation inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
Browser Automation does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
@mindstone/mcp-server-browser-automationstdio | npm | 0.1.7 | Env: AGENT_BROWSER_SESSION_NAME Env: AGENT_BROWSER_SHOW_WINDOW Env: BROWSER_AUTOMATION_ALLOW_EVAL |