Skip to main content
Search & Data ExtractionTypeScript

just-every/mcp-screenshot-website-fast

Fast screenshot capture tool optimized for Claude Vision API. Automatically tiles full pages into 1072x1072 chunks for optimal AI processing with configurable viewports and wait strategies for dynamic content.

search-data-extractionlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/just-every/mcp-screenshot-website-fast

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-screenshot-website-fast": {
      "command": "npx",
      "args": [
        "-y",
        "just-every/mcp-screenshot-website-fast"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
just-every