Browser Automation
About
Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AGENT_BROWSER_SESSION_NAME AGENT_BROWSER_SHOW_WINDOW BROWSER_AUTOMATION_ALLOW_EVALClaude Code
claude mcp add --env AGENT_BROWSER_SESSION_NAME= --env AGENT_BROWSER_SHOW_WINDOW= --env BROWSER_AUTOMATION_ALLOW_EVAL= mcp-server-browser-automation -- npx @mindstone/mcp-server-browser-automation
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-server-browser-automation","command":"npx","args":["@mindstone/mcp-server-browser-automation"],"env":{"AGENT_BROWSER_SESSION_NAME":"","AGENT_BROWSER_SHOW_WINDOW":"","BROWSER_AUTOMATION_ALLOW_EVAL":""}}'
JSON
{
"mcpServers": {
"mcp-server-browser-automation": {
"command": "npx",
"args": [
"@mindstone/mcp-server-browser-automation"
],
"env": {
"AGENT_BROWSER_SESSION_NAME": "",
"AGENT_BROWSER_SHOW_WINDOW": "",
"BROWSER_AUTOMATION_ALLOW_EVAL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.