Sign In

pageshot-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pageshot-mcp

MCP server for PageShot — take webpage screenshots, render HTML to images, and generate PDFs from AI assistants like Claude, Cursor, VS Code

latest
Source
npmnpm
Version
1.3.0
Version published
Weekly downloads
32
-5.88%
Maintainers
1
Weekly downloads
 
Created
Source

PageShot MCP Server

npm version Website API Status

MCP server for PageShot — take webpage screenshots, render HTML to images, and generate PDFs from any MCP-compatible AI assistant (Claude, Cursor, VS Code, Windsurf).

No API key required. Free forever.

Quick Start

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "pageshot": {
      "command": "npx",
      "args": ["-y", "pageshot-mcp"]
    }
  }
}

Then ask Claude:

"Take a screenshot of https://github.com in dark mode"

"Capture full-page screenshots of these 3 competitor landing pages"

"Render this HTML email template to a PNG so I can preview it"

"Convert this webpage to a PDF in A4 landscape format"

"Screenshot this page at 375px width so I can check the mobile layout"

Available Tools

ToolDescription
take_screenshotTake a screenshot of any webpage. Supports viewport size, format (png/jpeg/webp), full-page capture, dark mode, element selectors, custom headers/cookies, JS execution, geolocation, timezone, and clip regions.
batch_screenshotCapture screenshots of up to 5 URLs in a single request. Supports the same viewport, format, dark mode, timezone, geolocation, and load strategy options.
render_htmlRender raw HTML/CSS to an image. Perfect for OG images, social cards, email previews, and dynamic content from templates. Supports custom CSS injection and device scale factor.
generate_pdfConvert a webpage URL or raw HTML to a PDF document. Supports page size (A3-Tabloid), orientation, margins, background printing, custom CSS, headers/cookies, and JS execution.

Architecture

Claude / Cursor / VS Code
        |
        | stdio (MCP protocol)
        v
  pageshot-mcp
        |
        | HTTPS (REST API)
        v
  pageshot.site

This is a thin stdio MCP client that translates tool calls into REST API requests against the PageShot API at https://pageshot.site. No data is stored locally — all operations are stateless pass-throughs.

Configuration

Environment VariableDefaultDescription
PAGESHOT_BASE_URLhttps://pageshot.siteAPI base URL

SoftVoyagers Ecosystem

PageShot MCP is part of the SoftVoyagers portfolio of free developer APIs:

ProductDescriptionWebsite
LinkMetaURL metadata extraction APIlinkmeta.dev
PageShotScreenshot & webpage capture APIpageshot.site
PDFSparkHTML/URL to PDF conversion APIpdfspark.dev
OGForgeOpen Graph image generator APIogforge.dev
LinkShrinkPrivacy-first URL shortener APIlinkshrink.dev
FaktujPolish invoice generatorfaktuj.pl
QRMintStyled QR code generator APIqrmint.dev
FreeKitInstant HTML hosting APIfreekit.dev

License

MIT

Keywords

mcp

FAQs

Package last updated on 31 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts