Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
ProtoLinkAI MCP Server
Claim
by
StevenROyola
GitHub
Communication
Finance
OS Automation
Python
2
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
Dockerfile
.gitignore
jest.config.js
jest.setup.ts
package.json
package-lock.json
README.md
smithery.yaml
test.html
test.log
test-results.json
tsconfig.json
{ "name": "playwright-mcp-server", "version": "1.0.0", "description": "Playwright automation MCP server", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsc && node build/index.js", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "keywords": [ "mcp", "playwright", "automation" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.4.1", "@types/node": "^22.13.1", "jsdom": "^26.0.0", "playwright": "^1.50.1", "typescript": "^5.7.3" }, "devDependencies": { "@playwright/test": "^1.50.1", "@testing-library/jest-dom": "^6.6.3", "@types/jest": "^29.5.14", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "ts-jest": "^29.2.5" } }