MCP.so
登录

A Fast Website Screenshot MCP

@just-every

关于 A Fast Website Screenshot MCP

Fast, efficient screenshot capture tool for web pages - optimised for Claude and other LLMs with Image support. Automatically tiles full pages into 1072x1072 chunks for optimal AI processing.

基本信息

分类

浏览器自动化

传输方式

stdio

发布者

just-every

提交者

James Peter

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

1

Capture high-quality screenshots of web pages optimized for Claude Vision API

概览

What is A Fast Website Screenshot MCP?

A Fast Website Screenshot MCP is a fast screenshot capture tool for web pages, optimised for Claude and other LLMs with image support. It automatically tiles full pages into 1072x1072 chunks for optimal AI processing and integrates seamlessly with MCP-compatible clients like Claude Desktop, Cursor, VS Code, and JetBrains IDEs.

How to use A Fast Website Screenshot MCP?

Install the server via your MCP client using the command npx -y @just-every/mcp-screenshot-website-fast. For example, in Claude Code run claude mcp add screenshot-website-fast -s user -- npx -y @just-every/mcp-screenshot-website-fast. After setup, the tool screenshot_website_fast becomes available in your client, accepting parameters such as url (required), width, height, fullPage, waitUntil, and waitFor. You can also use the CLI directly for development with commands like npm run dev capture <url> -o screenshot.png.

Key features of A Fast Website Screenshot MCP

  • Fast screenshot capture using Puppeteer headless browser
  • Claude Vision optimized with 1072x1072 resolution limiting
  • Automatic tiling of full pages into 1072x1072 chunks
  • Always fresh content with no caching
  • Configurable viewports for responsive testing
  • Wait strategies for dynamic content (networkidle, custom delays)
  • Full page capture by default for complete page screenshots
  • Minimal dependencies for fast npm installs

Use cases of A Fast Website Screenshot MCP

  • Capturing full-page screenshots for AI vision analysis
  • Testing responsive web layouts with custom viewport sizes
  • Automating screenshot capture for dynamic web content
  • Integrating webpage screenshots into LLM-powered development workflows

FAQ from A Fast Website Screenshot MCP

What is the maximum screenshot resolution?

The tool automatically limits resolution to 1072x1072 pixels (1.15 megapixels) for optimal AI vision processing.

Does the server cache screenshots?

No, it always fetches fresh content with no caching to ensure up-to-date screenshots.

What rendering engine is used?

Screenshots are captured using Puppeteer headless browser, which runs Chromium under the hood.

How can I capture only the visible viewport instead of the full page?

Set the fullPage parameter to false (or use the `--no

评论

浏览器自动化 分类下的更多 MCP 服务器