Odel
Selenix MCP Server

Selenix MCP Server

Local
@markmircea1TypeScriptApache-2.0Updated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@selenix/mcp-serverv1.0.7

Run

npx -y @selenix/mcp-server

MCP client config

{
  "mcpServers": {
    "selenix-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@selenix/mcp-server"
      ]
    }
  }
}