Skip to content

Instantly share code, notes, and snippets.

@apeckham
Created May 25, 2025 18:14
Show Gist options
  • Save apeckham/b8ecf79787bb920a8821ea89c9e48b1d to your computer and use it in GitHub Desktop.
Save apeckham/b8ecf79787bb920a8821ea89c9e48b1d to your computer and use it in GitHub Desktop.
playwright mcp
npx -y [email protected] --port 8768 --stdio "npx -y @executeautomation/playwright-mcp-server"
{
"mcpServers": {
"playwright": {
"url": "http://asdf:8768/sse",
"alwaysAllow": [
"playwright_navigate",
"playwright_screenshot",
"playwright_get_visible_text",
"playwright_click",
"playwright_evaluate",
"playwright_go_back",
"playwright_fill",
"playwright_console_logs",
"playwright_save_as_pdf",
"playwright_hover",
"playwright_get_visible_html"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment