MCP Playwright CDP

by lars-hagen
Verified
{ "name": "@lars-hagen/mcp-playwright-cdp", "version": "0.2.10", "description": "Model Context Protocol server for Playwright with Chrome DevTools Protocol support", "license": "MIT", "author": "Lars Hagen", "homepage": "https://github.com/lars-hagen/mcp-playwright-cdp", "bugs": "https://github.com/lars-hagen/mcp-playwright-cdp/issues", "types": "dist/index.d.ts", "type": "module", "bin": { "mcp-playwright-cdp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "repository": { "type": "git", "url": "https://github.com/lars-hagen/mcp-playwright-cdp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "1.4.1", "playwright": "1.50.0", "@playwright/browser-chromium": "1.50.0" }, "keywords": [ "playwright", "automation", "AI", "Claude MCP", "CDP", "Chrome DevTools Protocol" ], "devDependencies": { "@types/node": "^20.10.5", "shx": "^0.3.4", "typescript": "^5.6.2" } }