Created
May 25, 2025 18:14
-
-
Save apeckham/b8ecf79787bb920a8821ea89c9e48b1d to your computer and use it in GitHub Desktop.
playwright mcp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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