Skip to content

Can I see an example of a successful implementation of --user-data-dir in this MCP? #136

Open
@WillCKyle

Description

@WillCKyle

I'm on a mac, trying to place an arg in the configuration for this MCP in cursor that will allow the browser to use my google accounts. Without that arg, the MCP initiates correctly.

I tried adding the arg "--user-data-dir /Users/[my user]/Library/Application Support/Google/Chrome/Default" but the client failed to start. I also tried:

  • Placing the directory path in single quotes because "Application Support" contains a space
  • Using an equals sign after --user-data-dir
  • Copying this user data folder to /Users/[my user]/ChromeUserDataClone and pointing it there, with all the arg variations I tried earlier

The MCP server failed to initialize successfully for all of these attempts. This is supposed to be supported, so can someone please show me an example of this successfully implemented, on any platform or ideally on a mac?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions