MCP Screenshot Website Fast MCP Server

Fast screenshot capture tool for web pages - optimized for Claude Vision API

Local serverstdio

What is the MCP Screenshot Website Fast MCP server?

Fast screenshot capture tool for web pages - optimized for Claude Vision API. The mcp screenshot website fast mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 5 defined tools rather than through you.

What it actually does

Fast, efficient screenshot capture of web pages - optimized for CLI coding tools. Automatically tiles full pages into 1072x1072 chunks for optimal processing.

Built specifically for AI vision workflows, this tool captures high-quality screenshots with automatic resolution limiting and tiling for optimal processing by Claude Vision API and other AI models. It ensures screenshots are perfectly sized at 1072x1072 pixels (1.15 megapixels) for maximum compatibility.

  • 📸 Fast screenshot capture using Puppeteer headless browser
  • 🎯 Claude Vision optimized with automatic resolution limiting (1072x1072 for optimal 1.15 megapixels)
  • 🔲 Automatic tiling - Full pages are automatically split into 1072x1072 tiles
  • 🎬 Screencast capture - Record series of screenshots over time with configurable intervals
  • 🔄 Always fresh content - No caching ensures up-to-date screenshots
  • 📱 Configurable viewports for responsive testing

Its toolset

Everything the assistant can do here goes through one of these:

  • take_screenshot — Captures a high-quality screenshot of a webpage
  • Parameters — - url (required): The HTTP/HTTPS URL to capture
  • capture_selector — Captures a screenshot of a specific DOM element matched by a CSS selector
  • Cursor — The Cursor tool exposed by this server
  • take_screencast — Captures a series of screenshots over time to create a screencast. Only captures the top tile (1072x1072) of the viewport

Adding it to your client

Installation goes through your MCP client rather than a global install: point it at @just-every/mcp-screenshot-website-fast on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Configuration

  • Node.js 20.x or higher - npm or npx - Chrome/Chromium (automatically downloaded by Puppeteer)

When to reach for it

Plenty of browser automation servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Screenshot Website Fast's toolset — take_screenshot, Parameters, capture_selector and 2 more — is a fair guide to whether it matches your workflow. It is maintained by just-every; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mcp screenshot website fast mcp server does with a few real requests.

Available tools

ToolWhat it does
take_screenshotCaptures a high-quality screenshot of a webpage
Parameters- url (required): The HTTP/HTTPS URL to capture
capture_selectorCaptures a screenshot of a specific DOM element matched by a CSS selector
CursorThe Cursor tool exposed by this server.
take_screencastCaptures a series of screenshots over time to create a screencast. Only captures the top tile (1072x1072) of the viewport.

How to install the MCP Screenshot Website Fast MCP server

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

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Node.js 20.x or higher - npm or npx - Chrome/Chromium (automatically downloaded by Puppeteer)

Example prompts to try

  • Use MCP Screenshot Website Fast to take screenshot.
  • Use MCP Screenshot Website Fast to Parameters.
  • Use MCP Screenshot Website Fast to capture selector.

Frequently asked questions

It connects MCP Screenshot Website Fast to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (take_screenshot, Parameters, capture_selector, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Screenshot Website Fast directly.