Skip to main content
Glama
Leviathangk

Playwright MCP Server

by Leviathangk
package.json1.57 kB
{ "name": "@leviathangk/playwright-mcp", "version": "0.2.0", "description": "MCP server for browser automation and web scraping using Playwright. Supports network capture, page understanding, and AI-driven web interaction.", "type": "module", "bin": { "playwright-mcp": "./build/index.js" }, "main": "./build/index.js", "files": [ "build/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "prepare": "npm run build", "test": "jest", "test:watch": "jest --watch", "start": "node build/index.js", "dev": "tsc && node build/index.js", "prepublishOnly": "npm run build", "publish-check": "node scripts/publish-check.js" }, "keywords": [ "mcp", "playwright", "browser-automation", "model-context-protocol", "web-scraping", "crawler", "network-capture", "ai-automation" ], "author": "1015295213@qq.com", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Leviathangk/PlaywrightMCPForCrawler.git" }, "bugs": { "url": "https://github.com/Leviathangk/PlaywrightMCPForCrawler/issues" }, "homepage": "https://github.com/Leviathangk/PlaywrightMCPForCrawler#readme", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "playwright": "^1.48.0", "uuid": "^10.0.0" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.0", "@types/uuid": "^10.0.0", "fast-check": "^3.15.0", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.3.3" } }

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/Leviathangk/PlaywrightMCPForCrawler'

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