Skip to main content
Glama

Playwright MCP Server

by devskido
MIT License
7,992
package.json1.58 kB
{ "name": "@executeautomation/playwright-mcp-server", "version": "1.0.6", "description": "Model Context Protocol servers for Playwright", "license": "MIT", "author": "ExecuteAutomation, Ltd (https://executeautomation.com)", "homepage": "https://executeautomation.github.io/mcp-playwright/", "bugs": "https://github.com/executeautomation/mcp-playwright/issues", "types": "dist/index.d.ts", "type": "module", "bin": { "playwright-mcp-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "test": "jest --testMatch=\"<rootDir>/src/__tests__/**/*.test.ts\"", "test:coverage": "jest --coverage --testMatch=\"<rootDir>/src/__tests__/**/*.test.ts\"", "test:custom": "node run-tests.cjs" }, "repository": { "type": "git", "url": "https://github.com/executeautomation/mcp-playwright.git" }, "dependencies": { "@modelcontextprotocol/sdk": "1.11.1", "@playwright/browser-chromium": "1.53.1", "@playwright/browser-firefox": "1.53.1", "@playwright/browser-webkit": "1.53.1", "@playwright/test": "^1.53.1", "mcp-evals": "^1.0.18", "playwright": "1.53.1", "uuid": "11.1.0" }, "keywords": [ "playwright", "automation", "AI", "Claude MCP" ], "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.10.5", "jest": "^29.7.0", "jest-playwright-preset": "4.0.0", "shx": "^0.3.4", "ts-jest": "^29.2.6", "typescript": "^5.8.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devskido/customed-playwright'

If you have feedback or need assistance with the MCP directory API, please join our Discord server