Developer Tools
Trust: 28/100 (Limited)io.github.pshivapr/selenium-mcp Guide
Selenium Tools for MCP
4 starsby pshivapr
Quick Start
Install
npx selenium-webdriver-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-pshivapr-selenium-mcp": {
"command": "npx",
"args": [
"selenium-webdriver-mcp"
]
}
}
}