mcp-playwright-cdp
MCP Playwright CDP is a Model Context Protocol server that uses Playwright and Chrome DevTools Protocol for browser automation. It enables interactions with web pages and supports advanced features like screenshot captures and connecting to existing Chrome instances.
What is MCP Playwright CDP?
MCP Playwright CDP is a server that provides browser automation capabilities using Playwright with Chrome DevTools Protocol support, allowing interaction with web pages and execution of JavaScript in a real browser environment.
How does MCP Playwright CDP connect to Chrome?
It connects to existing Chrome instances via the Chrome DevTools Protocol, allowing for enhanced browser automation capabilities.
What are the installation options for MCP Playwright CDP?
You can install it via Smithery using the command npx -y @smithery/cli install @lars-hagen/mcp-playwright-cdp --client claude
or manually using npm.
Can MCP Playwright CDP take screenshots?
Yes, it can capture screenshots of entire pages or specific elements.
Is there support for JavaScript execution in MCP Playwright CDP?
Yes, it supports JavaScript execution in the browser context.