Skip to content
Cursor

Selenix MCP Server for Cursor

io.github.markmircea/selenix-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install Selenix MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "selenix-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@selenix/mcp-server"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Selenix MCP Server in other clients