Skip to content

Browser Automation for Zed

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

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

client:Zed transport:stdio runtime:npm

Install Browser Automation in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-server-browser-automation": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-browser-automation"
      ],
      "env": {
        "AGENT_BROWSER_SESSION_NAME": "<AGENT_BROWSER_SESSION_NAME>",
        "AGENT_BROWSER_SHOW_WINDOW": "<AGENT_BROWSER_SHOW_WINDOW>",
        "MCP_WORKSPACE_PATH": "<MCP_WORKSPACE_PATH>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Browser Automation in other clients