Server data from the Official MCP Registry
MCP server that bridges local apps with Selenix for browser automation.
MCP server that bridges local apps with Selenix for browser automation.
Valid MCP server (1 strong, 1 medium validity signals). 4 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
3 files analyzed · 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Set these up before or after installing:
Environment variable: YOUR_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-markmircea-selenix-mcp-server": {
"env": {
"YOUR_API_KEY": "your-your-api-key-here"
},
"args": [
"-y",
"@selenix/mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
Connect Claude Desktop to Selenix via the Model Context Protocol. Chat with Claude to create, run, debug, and manage browser automation tests — just like using the built-in AI Assistant, but powered by Claude.
Before using any setup method below, enable the bridge inside Selenix:
This starts a local bridge server that the MCP server connects to.
Choose one of the following methods:
npm install -g @selenix/mcp-server
Then find your global npm path:
npm root -g
Open your Claude Desktop config file:
Win+R, paste %APPDATA%\Claude\claude_desktop_config.json, press Enter~/Library/Application Support/Claude/claude_desktop_config.jsonAdd the Selenix MCP server, replacing the path with the output from npm root -g:
{
"mcpServers": {
"selenix": {
"command": "node",
"args": ["<npm-root-path>/@selenix/mcp-server/dist/bundle.js"]
}
}
}
Example (Windows with nvm):
{
"mcpServers": {
"selenix": {
"command": "node",
"args": ["C:/Users/YourName/AppData/Local/nvm/v18.20.8/node_modules/@selenix/mcp-server/dist/bundle.js"]
}
}
}
Example (macOS/Linux):
{
"mcpServers": {
"selenix": {
"command": "node",
"args": ["/usr/local/lib/node_modules/@selenix/mcp-server/dist/bundle.js"]
}
}
}
If you already have other MCP servers configured, add "selenix" alongside them inside the existing "mcpServers" object.
If you installed Selenix as a desktop app, the MCP server is already bundled. No need to install anything — just point Claude Desktop to the bundled file.
Find your Selenix install folder and look for resources/mcp-server/index.js, then add to your Claude Desktop config:
{
"mcpServers": {
"selenix": {
"command": "node",
"args": ["C:/path/to/Selenix/resources/mcp-server/index.js"]
}
}
}
Typical Windows path:
C:/Users/YourName/AppData/Local/Programs/Selenix/resources/mcp-server/index.js
bundle.js from the npm package page or from the releases pageC:/selenix-mcp/bundle.js){
"mcpServers": {
"selenix": {
"command": "node",
"args": ["C:/selenix-mcp/bundle.js"]
}
}
}
Node.js is still required — the MCP server is a single JavaScript file with no other dependencies.
Restart Claude Desktop after editing the config. You should see the Selenix tools icon (hammer) in the chat input area.
Try asking Claude:
Claude Desktop <--stdio--> MCP Server <--HTTP--> Bridge Server (inside Selenix)
The MCP server translates Claude's tool calls into HTTP requests to a bridge server running inside Selenix. The bridge has full access to Selenix internals — the same capabilities as the built-in AI Assistant.
127.0.0.1 (localhost) — no network exposure~/.selenix/bridge.json and re-read on every call, so restarting Selenix does not require restarting Claude Desktop| Tool | Description |
|---|---|
get_screenshot | Capture a screenshot of the browser window |
get_page_html | Get the page HTML with interactive elements annotated |
get_search_html | Search page HTML by regex pattern |
get_selected_command_info | Get DOM context for a command's target element |
get_current_test | Get all commands in the current test |
get_test_list | List all tests in the project |
get_test_by_name | Get a test by its name |
get_command_list | List all available Selenix commands |
get_command_info | Get detailed docs for a specific command |
get_project_info | Get project metadata |
get_active_suite | Get the active test suite |
get_step_results | Get pass/fail results from the last test run |
get_logs | Get recent logs (all types), 20 per page, most recent first. Optional page param for pagination. |
get_workspace_context | Get a summary of the current workspace |
| Tool | Description |
|---|---|
add_commands | Add commands to a test at a specific position |
run_test | Run a test and wait for results (up to 2 minutes) |
clear_and_replace_commands | Replace all commands in a test |
fix_commands | Apply targeted fixes — update, remove, or insert commands |
"Cannot read Selenix bridge config" Selenix isn't running or the MCP Server isn't enabled. Open Selenix → System Settings → set Enable MCP Server to Yes.
"Cannot connect to Selenix bridge" Selenix may have just restarted. Try the request again — the MCP server will automatically pick up the new connection details.
Tools not appearing in Claude Desktop Make sure you restarted Claude Desktop after editing the config file. Verify the config JSON is valid (no trailing commas, correct brackets).
Claude Desktop won't open after config change The config JSON is likely malformed. Open the config file in a text editor, fix the JSON syntax, and try again. Common issues: missing comma between entries, trailing comma after the last entry.
npm uninstall -g @selenix/mcp-server
Then remove the "selenix" entry from your Claude Desktop config file and restart Claude Desktop.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.