5 months ago
A Model Context Protocol MCP server for capturing website screenshots with full page, element, and device size features.
Server Config
{
"mcpServers": {
"screenshot-full-page-mcp": {
"command": "node",
"args": [
"/path/to/screenshot-full-page-mcp/index.js"
]
}
}
}