Skip to main content
Glama
package.json981 B
{ "name": "puppeteer-mcp", "version": "1.0.0", "description": "MCP server providing browser automation through Puppeteer", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "puppeteer-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "lint": "eslint src --ext .ts", "typecheck": "tsc --noEmit" }, "keywords": [ "mcp", "puppeteer", "browser-automation", "model-context-protocol" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "express": "^4.21.0", "puppeteer": "^23.0.0", "zod": "^3.25.0" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^2.1.0" }, "engines": { "node": ">=18.0.0" } }

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

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