Skip to main content
Glama
package.json2.49 kB
{ "name": "@roxybrowser/playwright-mcp", "version": "0.0.5", "description": "Playwright Tools for MCP", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/roxybrowserlabs/roxybrowser-playwright-mcp" }, "homepage": "https://playwright.dev", "engines": { "node": ">=18" }, "author": { "name": "Roxybrowser" }, "license": "Apache-2.0", "scripts": { "build": "tsc", "lint": "npm run update-readme && npm run check-deps && eslint . && tsc --noEmit", "lint-fix": "eslint . --fix", "check-deps": "node utils/check-deps.js", "update-readme": "node utils/update-readme.js", "watch": "tsc --watch", "test": "playwright test", "ctest": "playwright test --project=chrome", "ftest": "playwright test --project=firefox", "wtest": "playwright test --project=webkit", "run-server": "node lib/browserServer.js", "clean": "npx rimraf lib", "npm-publish": "npm run clean && npm run build && npm publish", "publish:release": "npm run clean && npm version patch --no-git-tag-version && npm run build && npm publish", "publish:beta": "npm version prerelease --preid=beta --no-git-tag-version && npm run build && npm publish --tag beta" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "exports": { "./package.json": "./package.json", ".": { "types": "./index.d.ts", "default": "./index.js" } }, "dependencies": { "@modelcontextprotocol/sdk": "^1.18.0", "commander": "^13.1.0", "debug": "^4.4.1", "dotenv": "^17.2.0", "mime": "^4.0.7", "playwright": "1.55.0", "playwright-core": "1.55.0", "ws": "^8.18.1", "zod": "^3.24.1", "zod-to-json-schema": "^3.24.4" }, "devDependencies": { "@anthropic-ai/sdk": "^0.57.0", "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.19.0", "@playwright/test": "1.55.0", "@stylistic/eslint-plugin": "^3.0.1", "@types/debug": "^4.1.12", "@types/node": "^22.13.10", "@types/ws": "^8.18.1", "@typescript-eslint/eslint-plugin": "^8.26.1", "@typescript-eslint/parser": "^8.26.1", "@typescript-eslint/utils": "^8.26.1", "esbuild": "^0.20.1", "eslint": "^9.19.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-notice": "^1.0.0", "openai": "^5.10.2", "typescript": "^5.9.2", "rimraf": "^6.0.1" }, "bin": { "roxybrowser-mcp-server-playwright": "cli.js" } }

Latest Blog Posts

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/willhamlam/roxybrowser-playwright-mcp'

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