Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
cloudflare-browser-rendering-mcp
by
amotivv
Verified
GitHub
Browser Automation
TypeScript
MIT License
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
Dockerfile
.gitignore
LICENSE
package.json
package-lock.json
puppeteer-worker.js
README.md
smithery.yaml
test-mcp-server.js
tsconfig.json
wrangler.toml
{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": true, "outDir": "dist", "declaration": true, "sourceMap": true, "resolveJsonModule": true }, "include": ["src/**/*", "experiments/**/*"], "exclude": ["node_modules", "dist"] }