5 months ago
A Model Context Protocol MCP server for capturing website screenshots with full page, element, and device size features.
Overview
Features
- Full-page screenshot capture with automatic scrolling
- Element-specific screenshots using CSS selectors
- Multiple device presets (mobile, tablet, desktop)
- Custom viewport configurations
- Advanced wait conditions (CSS selectors, network idle, custom delays)
- Error handling and validation for secure operation
- Rate limiting to prevent resource exhaustion
Developed by Up North Media
Server Config
{
"mcpServers": {
"screenshot-full-page-mcp": {
"command": "node",
"args": [
"/path/to/screenshot-full-page-mcp/index.js"
]
}
}
}