markmircea/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, running, debugging, and managing browser automation tests through natural language.
Platform-specific configuration:
{
"mcpServers": {
"Selenix-MCP-Server": {
"command": "npx",
"args": [
"-y",
"Selenix-MCP-Server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...