MCP Playwright CDP

by lars-hagen
Verified
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml name: "@lars-hagen/mcp-playwright-cdp" displayName: "Playwright CDP" description: "Model Context Protocol server for Playwright with Chrome DevTools Protocol support" startCommand: type: stdio configSchema: {} commandFunction: |- (config) => ({ "command": "node", "args": [ "dist/index.js" ], "env": { ... } })