HomeBrowser Automation & Scraping › Selenix-MCP-Server

Selenix-MCP-Server

MCP server that bridges local apps with Selenix for browser automation.

TypeScript Local macOSWindowsLinux
★ 1 stars Last pushed 2026-03-18 License: Apache-2.0

Topics: Browser Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.7)

npx -y @selenix/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "selenix-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@selenix/[email protected]"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • YOUR_API_KEY secret — Your API key for the service

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry