Back to MCP Servers

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-extractionapiai

Installation

npx -y mcp-screenshot-website-fast

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub