Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Puppeteer MCP Server
Claim
by
merajmehrabi
npm
GitHub
Browser Automation
TypeScript
MIT License
470
8
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
puppeteer-mcp-server
.github
src
CONTRIBUTING.md
Dockerfile
.gitignore
index.ts
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "compilerOptions": { "target": "ES2015", "module": "ES2015", "moduleResolution": "node", "outDir": "./dist", "rootDir": ".", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "declaration": true }, "include": [ "./**/*.ts" ], "exclude": [ "node_modules", "dist" ] }