Screenshot Website Fast

v0.1.26Browser Automationstable

📇 🏠 - 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.

claudecodexfastmcpmcp-server
Share:
106
Stars
0
Downloads
0
Weekly
0/5

What is Screenshot Website Fast?

Screenshot Website Fast is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 📇 🏠 - 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...

📇 🏠 - 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.

This server falls under the Browser Automation category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 📇 🏠 - Fast screenshot capture tool optimized for Claude Visi

Use Cases

Fast website screenshot capture
Claude Vision optimization
Dynamic content handling
just-every

Maintainer

LicenseMIT License
Languagejavascript
Versionv0.1.26
UpdatedApr 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @just-every/mcp-screenshot-website-fast

Manual Installation

npx -y @just-every/mcp-screenshot-website-fast

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Screenshot Website Fast

Screenshot Website Fast (@just-every/mcp-screenshot-website-fast) is a Puppeteer-powered MCP server that captures full-page screenshots of any URL and automatically tiles the output into 1072×1072 pixel chunks, the optimal size for Claude Vision processing. The server exposes three MCP tools — take_screenshot, capture_selector, and take_screencast — so AI assistants can directly view rendered web pages, isolated DOM elements, or time-lapse screencasts without leaving the conversation. It is especially useful for frontend debugging, automated visual regression, and giving AI agents real browser-level context during code review.

Prerequisites

  • Node.js 20.x or later installed
  • npx available (bundled with npm 5.2+)
  • An MCP-compatible client such as Claude Desktop, Claude Code, Cursor, or VS Code
  • No external API keys required — Puppeteer bundles its own Chromium
1

Verify Node.js 20+

The package requires Node.js 20 or later. Confirm your version before adding the server.

node --version
2

Add to Claude Desktop configuration

Edit your claude_desktop_config.json file to include the screenshot server. Using the scoped @just-every package ensures you get the published, versioned release.

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

Register via Claude Code CLI (alternative)

Claude Code users can add the server directly from the terminal without editing JSON manually.

claude mcp add screenshot-website-fast -s user -- npx -y @just-every/mcp-screenshot-website-fast
4

Restart the MCP client

Save the config and restart Claude Desktop (or your chosen client) to load the new server.

5

Capture a screenshot

With the server running, ask Claude to screenshot any URL. The server returns tiled images ready for vision analysis. You can also capture a specific CSS selector or request a screencast over a time interval.

Screenshot Website Fast Examples

Client configuration

Minimal claude_desktop_config.json block for the @just-every scoped package.

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

Prompts to try

Example prompts that exercise all three tools the server exposes.

- "Screenshot https://news.ycombinator.com and summarize the top 5 stories"
- "Capture the .navbar element on https://myapp.dev and check if it renders correctly"
- "Take a 15-second screencast of https://myapp.dev/demo at 3-second intervals and describe what changes"
- "Screenshot https://example.com and identify any accessibility issues in the layout"

Troubleshooting Screenshot Website Fast

Chromium sandbox error on Linux (ENOENT or clone error)

Add --no-sandbox to Puppeteer launch args via the PUPPETEER_ARGS environment variable, or run the MCP server as a user in the docker group if inside a container.

Page screenshots are blank or show a loading spinner

Some SPAs need extra time to render. Ask the model to wait for a specific selector or increase the wait duration in the prompt, for example: 'screenshot https://myapp.dev after waiting 3 seconds for #main-content'.

Server not listed in Claude Desktop after config edit

Verify the JSON syntax is valid (no trailing commas, correctly nested mcpServers object), then fully quit and reopen Claude Desktop rather than just closing the window.

Frequently Asked Questions about Screenshot Website Fast

What is Screenshot Website Fast?

Screenshot Website Fast is a Model Context Protocol (MCP) server that 📇 🏠 - 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. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Screenshot Website Fast?

Install via npm with the command: npx -y @just-every/mcp-screenshot-website-fast. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Screenshot Website Fast?

Screenshot Website Fast works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Screenshot Website Fast free to use?

Yes, Screenshot Website Fast is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Browser Automation MCP Servers

Explore all browser automation servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Screenshot Website Fast?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides