Skip to main content
Glama

Playwright MCP

by Vail-z
Apache 2.0
610,387
  • Apple
  • Linux
package.json1.37 kB
{ "name": "@playwright/mcp", "version": "0.0.37", "description": "Playwright Tools for MCP", "repository": { "type": "git", "url": "git+https://github.com/microsoft/playwright-mcp.git" }, "homepage": "https://playwright.dev", "engines": { "node": ">=18" }, "author": { "name": "Microsoft Corporation" }, "license": "Apache-2.0", "scripts": { "lint": "npm run update-readme", "update-readme": "node update-readme.js", "docker-build": "docker build --no-cache -t playwright-mcp-dev:latest .", "test": "playwright test", "ctest": "playwright test --project=chrome", "ftest": "playwright test --project=firefox", "wtest": "playwright test --project=webkit", "dtest": "MCP_IN_DOCKER=1 playwright test --project=chromium-docker", "npm-publish": "npm run clean && npm run test && npm publish" }, "exports": { "./package.json": "./package.json", ".": { "types": "./index.d.ts", "default": "./index.js" } }, "dependencies": { "playwright": "1.56.0-alpha-2025-09-10", "playwright-core": "1.56.0-alpha-2025-09-10" }, "bin": { "mcp-server-playwright": "cli.js" }, "devDependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "@playwright/test": "1.56.0-alpha-2025-09-10", "@types/node": "^24.3.0", "zod-to-json-schema": "^3.24.6" } }

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/Vail-z/playwright-mcp'

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