Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.markmircea/Selenix-MCP-Server

NPM · @SELENIX/MCP-SERVER · SCANNED SEP 20

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

Available components

0 this week 82 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 874 tokens (~48/item across 18 items; 18 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage98
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 94% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 18 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.markmircea/Selenix-MCP-Server server?

io.github.markmircea/Selenix-MCP-Server runs locally as an npm package, launched with npx -y @selenix/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @selenix/mcp-server

# add to Claude Code
claude mcp add markmircea-selenix-mcp-server -- npx -y @selenix/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "markmircea-selenix-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@selenix/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "markmircea-selenix-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@selenix/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add markmircea-selenix-mcp-server -- npx -y @selenix/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "markmircea-selenix-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@selenix/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add markmircea-selenix-mcp-server --command npx --arg -y --arg @selenix/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  markmircea-selenix-mcp-server:
    command: "npx"
    args: ["-y", "@selenix/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "markmircea-selenix-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@selenix/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add markmircea-selenix-mcp-server -t stdio -c npx -a -y @selenix/mcp-server
// mcp.json
{
  "mcpServers": {
    "markmircea-selenix-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@selenix/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 17 Sept 26 0
    • Stability: 0.97 → pass security
    • Security disclosure: unverified → fail functional
  • 16 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 9 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@selenix/mcp-server@1.0.7

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 18 exposed · ~874 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_commands ~87

Add one or more commands to a test at a specific index. Commands use camelCase names (e.g., "click", "type", "open", "executeScript").

NameTypeReqDescription
commandsarrayyesArray of commands to add
indexnumberyesThe 0-based index at which to insert commands
test_idstringyesThe test ID to add commands to

No output schema declared.

No examples provided.

clear_and_replace_commands ~54

Replace ALL commands in a test with a new set. This removes all existing commands first.

NameTypeReqDescription
commandsarrayyesThe new set of commands for the test
test_idstringyesThe test ID

No output schema declared.

No examples provided.

fix_commands ~59

Apply targeted fixes to commands in a test: update, remove, or insert at specific indexes. Indexes refer to the current command list BEFORE any fixes are applied.

NameTypeReqDescription
fixesarrayyes
test_idstringyesThe test ID

No output schema declared.

No examples provided.

get_active_suite ~21

Get information about the currently active test suite and its tests.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_command_info ~50

Get detailed documentation for a specific Selenix command, including target and value parameter descriptions.

NameTypeReqDescription
command_namestringyesThe camelCase command name (e.g., "click", "executeScript")

No output schema declared.

No examples provided.

get_command_list ~28

List all available Selenix commands (click, type, open, etc.) with descriptions.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_current_test ~58

Get the commands of the current test (or a specific test by ID). Returns test name, ID, and all commands with their targets and values.

NameTypeReqDescription
test_idstringOptional test ID. If omitted, returns the active test.

No output schema declared.

No examples provided.

get_logs ~81

Get recent logs from Selenix (all types). Returns 20 logs per page, most recent first. Use page parameter to paginate (0 = most recent, 1 = next 20, etc.).

NameTypeReqDescription
pagenumberPage number (0 = most recent 20 logs, 1 = next 20, etc.). Defaults to 0.

No output schema declared.

No examples provided.

get_page_html ~59

Get the HTML of the web page in the active playback window, with interactive elements annotated. Scripts and styles are removed.

NameTypeReqDescription
tab_idstringOptional tab/window ID. Use "all" for all tabs. Omit for active tab.

No output schema declared.

No examples provided.

get_project_info ~30

Get metadata about the current Selenix project: name, base URL, test count, suite count.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_screenshot ~32

Capture a screenshot of the active browser window in Selenix playback. Returns a base64-encoded JPEG image.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_search_html ~65

Search page HTML by regex pattern and return surrounding HTML context for matches.

NameTypeReqDescription
indexnumberOptional 0-based index of which match to return
regexstringyesRegular expression pattern to search for
tab_idstringOptional tab/window ID

No output schema declared.

No examples provided.

get_selected_command_info ~51

Get comprehensive context about a command target element: DOM hierarchy, accessibility info, surrounding HTML, interactive properties.

NameTypeReqDescription
command_idstringOptional command ID. If omitted, uses the currently selected command.

No output schema declared.

No examples provided.

get_step_results ~43

Get pass/fail/error results for each command in the last test run.

NameTypeReqDescription
test_idstringOptional test ID. If omitted, uses the active test.

No output schema declared.

No examples provided.

get_test_by_name ~37

Get a specific test by its name, including all commands.

NameTypeReqDescription
test_namestringyesThe name of the test to retrieve

No output schema declared.

No examples provided.

get_test_list ~29

List all tests in the current Selenix project with their IDs, names, and command counts.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_workspace_context ~33

Get a summary of the current Selenix workspace: project name, active test, test count, selected command count.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

run_test ~57

Run a test and wait for it to complete. Returns the pass/fail result for each command. This operation may take up to 2 minutes.

NameTypeReqDescription
test_idstringOptional test ID. If omitted, runs the active test.

No output schema declared.

No examples provided.

Common questions

What is the io.github.markmircea/Selenix-MCP-Server server?

io.github.markmircea/Selenix-MCP-Server is listed in the public MCP registry as io.github.markmircea/Selenix-MCP-Server. MCP server that bridges local apps with Selenix for browser automation. This page covers its npm package (@selenix/mcp-server).

Is the io.github.markmircea/Selenix-MCP-Server server safe to use?

io.github.markmircea/Selenix-MCP-Server scores 82 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.markmircea/Selenix-MCP-Server server expose?

io.github.markmircea/Selenix-MCP-Server exposes 18 tools: get_screenshot, get_page_html, get_search_html, get_selected_command_info, get_current_test, and 13 more. Their descriptions and schemas cost roughly 874 tokens of context every time the server is loaded.

Is the io.github.markmircea/Selenix-MCP-Server server still maintained?

io.github.markmircea/Selenix-MCP-Server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.markmircea/Selenix-MCP-Server server under?

io.github.markmircea/Selenix-MCP-Server declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.