FR: browser-use option
Is your feature request related to a problem? Please describe. Instead of being locked into a vendor like tavily, it'd be nice to have another local-only option via browser-use (i.e., Playwright).
Describe the solution you'd like Was able to hook up cursor to this mcp server via
uvx mcp-browser-use
Describe alternatives you've considered N/A
Additional context FWIW this is my config for the cursor mcp.json:
{
"mcpServers": {
"browser-use": {
"command": "/Users/<USER>/.local/bin/uvx",
"args": [
"mcp-browser-use"
],
"env": {
"ANONYMIZED_TELEMETRY": "false"
}
}
}
}
@pythoninthegrass
Thanks for the idea; I think it would be really useful to support more web search providers.
That being said, the main focus of Sidekick right now is to to get to a stable release, so introducing something as complex as MCP support might be a bit premature. I'll keep this issue open for now and we can revisit it when we're ready..
Totally understand. Thanks for the swift response (no pun intended haha)