Selenix-MCP
Related Servers
Alternatives to Selenix-MCP
No user-submitted related servers found.
Related Servers
- FlicenseAqualityBmaintenanceAn MCP server that gives Claude direct control of a real browser via Playwright, enabling AI-driven web testing, autonomous test execution, and live failure analysis through natural language.84,622 npm3-
- AlicenseCqualityDmaintenanceAn MCP server that gives Claude Code real browser control for web automation, testing, and screenshots.3232 npm151MIT
- AlicenseNot gradedqualityCmaintenanceLocal browser automation MCP server for Claude Code, enabling navigation, clicking, typing, and inspecting real web pages via Google Chrome.17 npm1MIT
- AlicenseAqualityCmaintenanceA lean, LLM-first browser automation MCP server that gives Claude (or any MCP client) a real Chromium browser to navigate, interact with, and debug web apps.146 npm6MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for se-cli that exposes 50+ Selenium browser automation tools for AI agents, enabling browser control through a thin wrapper around se-cli.8 npmApache 2.0
- AlicenseNot gradedqualityDmaintenanceThis MCP server enables browser automation (navigation, clicking, screenshots) and file reading (Excel, Word, PowerPoint, CSV, images) for Claude Code and any MCP client.MIT
TDQS
Scored across 18 tools
Most tools have clearly distinct purposes, such as 'add_commands' for adding commands versus 'clear_and_replace_commands' for replacing all commands. However, some overlap exists between 'get_current_test' and 'get_test_by_name', as both retrieve test details, which could cause minor confusion. Overall, the descriptions help clarify boundaries, but the duplication in test retrieval tools slightly reduces clarity.
Tool names follow a highly consistent verb_noun pattern throughout, such as 'add_commands', 'get_active_suite', and 'run_test'. All tools use snake_case without deviation, making them predictable and easy to parse. This consistency enhances usability and reduces cognitive load for agents.
With 18 tools, the count is slightly high but reasonable for a Selenium automation domain, covering test management, command operations, and debugging. It provides comprehensive functionality without feeling overly bloated. A minor reduction could improve focus, but the scope justifies most tools.
The tool set offers complete coverage for Selenium test automation, including CRUD operations for commands (add, clear, fix), test retrieval and execution (get, run), and debugging features (logs, screenshots, HTML analysis). No obvious gaps exist; agents can manage the full test lifecycle from creation to analysis seamlessly.