Sidekick icon indicating copy to clipboard operation
Sidekick copied to clipboard

FR: browser-use option

Open pythoninthegrass opened this issue 9 months ago • 2 comments

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 avatar Mar 19 '25 02:03 pythoninthegrass

@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..

johnbean393 avatar Mar 19 '25 10:03 johnbean393

Totally understand. Thanks for the swift response (no pun intended haha)

pythoninthegrass avatar Mar 19 '25 16:03 pythoninthegrass