browser use for Cursor
com.browser-use/browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
client:Cursor
transport:stdio
runtime:pypi
Install browser use in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"browser-use": {
"type": "stdio",
"command": "uvx",
"args": [
"browser-use"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs