Skip to main content
Glama

Website Screenshot MCP

by gourraguis
package.json940 B
{ "name": "glasses-mcp", "version": "1.1.0", "description": "A Model Context Protocol (MCP) server that provides a tool for taking screenshots of websites.", "type": "module", "main": "dist/main.js", "bin": { "glasses-mcp": "dist/main.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "start": "npm run build && node dist/main.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "model-context-protocol", "ai", "ai-agent", "llm", "puppeteer", "screenshot", "web-capture", "page-snapshot", "headless-chrome", "automation", "developer-tools" ], "author": "Abderrahmane Gourragui", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.15.0", "puppeteer": "^24.11.2", "zod": "^3.25.74" }, "devDependencies": { "@types/node": "^24.0.10", "typescript": "^5.8.3" } }

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/gourraguis/glasses-mcp'

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