UNPKG

@mcpflow.io/mcp-puppeteer

Version:

Browser automation and web scraping.

41 lines 1.09 kB
{ "name": "@mcpflow.io/mcp-puppeteer", "version": "1.0.2", "description": "Browser automation and web scraping.", "license": "MIT License", "author": "Anthropic, PBC (https://anthropic.com)", "homepage": "https://modelcontextprotocol.io", "bugs": "https://github.com/modelcontextprotocol/servers/issues", "type": "module", "bin": { "mcp-server-puppeteer": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "start": "node index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", "puppeteer": "^23.4.0" }, "devDependencies": { "shx": "^0.3.4", "typescript": "^5.6.2" }, "mcpflow": { "originalName": "@modelcontextprotocol/server-puppeteer", "mcpId": "71edc9eb-655a-4e96-8e89-2d3fa835fe48", "developer": "modelcontextprotocol", "gitRepo": "https://github.com/modelcontextprotocol/servers/blob/main/src/puppeteer", "callType": "CLI" }, "keywords": [ "mcpflow", "mcp" ] }