Java Selenium automation project with agentic testing via Cline + Playwright MCP — Cydeo Agentic QA course
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"selenium-mcp-server": {
"command": "npx",
"args": [
"-y",
"Sabitcydeo22/selenium-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add selenium-mcp-server npx -y Sabitcydeo22/selenium-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"selenium-mcp-server": {
"command": "npx",
"args": [
"-y",
"Sabitcydeo22/selenium-mcp-server"
]
}
}
}