Playwright MCP Server

{ "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.0", "@types/jsdom": "^21.1.7", "jsdom": "^26.0.0", "playwright": "^1.50.1" }, "devDependencies": { "@types/node": "^20.11.19", "tsx": "^4.7.1", "typescript": "^5.3.3" } }