Skip to main content
Glama

Playwright MCP Server

by b3nw
package.json803 B
{ "name": "playwright-browserless-mcp", "version": "1.1.0", "description": "MCP server for remote Playwright/browserless automation", "main": "dist/index.js", "bin": { "playwright-browserless-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "watch": "tsc --watch", "prepublishOnly": "npm run build" }, "keywords": ["mcp", "playwright", "browserless", "automation"], "author": "", "license": "MIT", "type": "module", "dependencies": { "@modelcontextprotocol/sdk": "^1.15.0", "playwright": "1.53.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^20.0.0", "ts-node": "^10.9.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" } }

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/b3nw/playwright-mcp-server'

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