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
{
"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