DLBrowser for Cursor
io.github.dekryptlabs/dlbrowser
Self-healing web access for AI agents — recovers through bot blocks, captchas and JS pages.
client:Cursor
transport:stdio
runtime:pypi
Install DLBrowser in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dlbrowser": {
"type": "stdio",
"command": "uvx",
"args": [
"dlbrowser"
],
"env": {
"DLBROWSER_API_KEY": "<DLBROWSER_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs