Selenix MCP Server

MCP server that bridges Claude Desktop (or any other local app supporting MCP) with Selenix for browser automation and testing. Enables creating

Local serverstdioGo

What is the Selenix MCP server?

Most browser automation work still happens through a UI a human drives. Selenix MCP server moves it into the conversation instead. MCP server that bridges Claude Desktop (or any other local app supporting MCP) with Selenix for browser automation and testing. Enables creating, running, debugging, and managing browser automation tests through natural language.

The short version

Before using any setup method below, enable the bridge inside Selenix:

Getting it running

Installation goes through your MCP client rather than a global install: point it at @selenix/mcp-server on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

What it needs from you

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Among the browser automation options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. It is maintained by markmircea; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Selenix's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

How to install the Selenix MCP server

{
  "mcpServers": {
    "selenix": {
      "command": "node",
      "args": ["<npm-root-path>/@selenix/mcp-server/dist/bundle.js"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

Frequently asked questions

It connects Selenix to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Selenix directly.