Developer Tools
Trust: 30/100 (Limited)PageShot MCP Guide
Capture webpage screenshots with format, viewport, and dark mode options
by softvoyagers
Quick Start
Install
npx pageshot-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-dpozimski-pageshot-mcp": {
"command": "npx",
"args": [
"pageshot-mcp"
]
}
}
}