Skip to content

[MCP]: --browser arg not recognized #42156

Description

@satashreeroy

What's going on?

I am adding playwright MCP and want it run on Edge (by default it takes Chrome). The mcp fails to load saying browser is not recognized argument. Let me know if I'm missing anything!

Failed to connect to MCP server "playwrite": error: unknown option '--browser'. Execute '/mcp show playwrite' to inspect or check the logs.

"playwrite": {
      "tools": [
        "*"
      ],
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@playwright/mcp@latest",
        "--browser",
        "msedge"
      ]
    }

Version

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions