Configurable Puppeteer MCP Server

by afshawnlotfi
Verified
{ "name": "mcp-configurable-puppeteer", "version": "0.1.0", "description": "MCP server for browser automation using Puppeteer with configurable options", "license": "MIT", "author": "Original by Anthropic, PBC (https://anthropic.com), Modified version", "homepage": "https://github.com/afshawnlotfi/mcp-configurable-puppeteer", "bugs": "https://github.com/afshawnlotfi/mcp-configurable-puppeteer/issues", "type": "module", "bin": { "mcp-configurable-puppeteer": "dist/index.js" }, "files": [ "dist" ], "postinstall": "npx puppeteer browsers install firefox", "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", "puppeteer": "^23.4.0" }, "devDependencies": { "shx": "^0.3.4", "typescript": "^5.6.2" } }