Loading MCP server directory, please wait...
Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs
npx @getmcp/cli add io.github.mindstone/mcp-server-browser-automationRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"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": ""
}
}
}
}