Skip to main content
Glama

Configurable Puppeteer MCP Server

by afshawnlotfi
package.json888 B
{ "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" } }

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/afshawnlotfi/mcp-configurable-puppeteer'

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