PluginBench
MCP Server

Browser Automation MCP Server

io.github.mindstone/mcp-server-browser-automation

What is the Browser Automation MCP server?

Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs

How to install Browser Automation

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AGENT_BROWSER_SESSION_NAME

    Session name for browser persistence

  • AGENT_BROWSER_SHOW_WINDOW

    Set to 'false' to run the browser headless. Default is visible (true).

  • BROWSER_AUTOMATION_ALLOW_EVAL

    Set to 1 to register the browser_evaluate tool (off by default for security)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-server-browser-automation": {
      "type": "stdio",
      "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>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-server-browser-automation --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> -- npx -y @mindstone/mcp-server-browser-automation

Related MCP servers

MCP server for Apple Shortcuts via the macOS shortcuts CLI

View repository →

Mindstone-internal release-pipeline test connector; not for use. Single ping tool; no auth.

View repository →

ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription

View repository →

Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers

View repository →

Fathom AI meeting transcription MCP server for Model Context Protocol hosts

View repository →

Freshdesk Support MCP server for Model Context Protocol hosts

View repository →