Selenix MCP Server for Zed
io.github.markmircea/selenix-mcp-server
MCP server that bridges local apps with Selenix for browser automation.
client:Zed
transport:stdio
runtime:npm
Install Selenix MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"selenix-mcp-server": {
"command": "npx",
"args": [
"-y",
"@selenix/mcp-server"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs