Skip to main content
Glama

Playwright MCP Server

by epi-builder
package.json748 B
{ "name": "playwright-mcp-server", "version": "1.0.0", "description": "Playwright MCP server with streamableHttp transport", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts" }, "dependencies": { "@playwright/mcp": "^0.0.40", "@modelcontextprotocol/sdk": "^1.0.0", "playwright": "^1.40.0", "express": "^4.18.0", "cors": "^2.8.5" }, "devDependencies": { "@types/node": "^20.0.0", "@types/express": "^4.17.0", "@types/cors": "^2.8.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "keywords": [ "mcp", "playwright", "automation", "browser" ], "author": "", "license": "MIT" }

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/epi-builder/mcp-test'

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