SeleniumBase MCP for Cursor
io.github.seleniumbase/seleniumbase
Stealthy browser automation, testing, and web-scraping via CDP Mode.
client:Cursor
transport:stdio
runtime:pypi
Install SeleniumBase MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"seleniumbase": {
"type": "stdio",
"command": "uvx",
"args": [
"seleniumbase"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs