selenium mcp for Cursor
io.github.gaforov/selenium-mcp
Selenium MCP server for AI agents — 41 browser automation tools with snapshots and sessions.
client:Cursor
transport:stdio
runtime:npm
Install selenium mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"selenium-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gaforov/selenium-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs