chasesaurabh/mcp-page-capture
MCP server that captures webpage screenshots, with viewport or full-page options and base64 PNG output.
Quick Start
Clone the repository:
git clone https://github.com/chasesaurabh/mcp-page-captureClaude Desktop configuration example:
{
"mcpServers": {
"mcp-page-capture": {
"command": "npx",
"args": [
"-y",
"chasesaurabh/mcp-page-capture"
]
}
}
}Check the repository README for specific installation and configuration instructions.