-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
I'm Linux/Debian user and currently trying to find a way to run playwright-mcp in headed mode. I can navigate URLs, make screenshots but never see the actual browser in real time.
What I've tried:
-
searching through "headed" github issues
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--browser", "chrome",
"--executable-path", "/usr/bin/google-chrome"
],
"verbose": true
}
}
- --config playwright_config.json with the following content
{
"browser": {
"launchOptions": {
"channel": "chrome",
"headless": false
}
}
}
- I've tried closing all Chrome instances and starting Claude Desktop
all 4 show the same result.
Playwright logs contain:
Initializing server...
Server started and connected successfully
(no errors/warnings)
Any hints on how this can be fixed are greatly appreciated.
Metadata
Metadata
Assignees
Labels
No labels