mcpbeat Sign in

Screenshotrender MCP Server

local only

Screenshotrender MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 2 Jun 2026.

Capture website screenshots from any MCP client via the ScreenshotRender API.

Installs per day peak 23 · avg 6 · +3% w/w
a month agotoday
25
Installs / week
npm · screenshotrender-mcp
0
Stars
0 open issues
2 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Screenshotrender MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add screenshotrender-mcp -- npx -y screenshotrender-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "screenshotrender-mcp": {
      "args": [
        "-y",
        "screenshotrender-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.screenshotrender-mcp]
command = "npx"
args = ["-y", "screenshotrender-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "screenshotrender-mcp": {
      "args": [
        "-y",
        "screenshotrender-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "screenshotrender-mcp": {
      "args": [
        "-y",
        "screenshotrender-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SCREENSHOTRENDER_API_KEY (Your ScreenshotRender API key (starts with sr-). Get one at https://screenshotrender.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Screenshotrender MCP

same job, measured the same way
Nightglass
by mizukaizen

Screenshot API for MCP clients. Capture any URL as PNG with mockup mode support.

21 installs/wk local only
Screenshotink
by screenshotink

Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.

26 installs/wk answering
Snapforge
by snapforge

Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API

43 installs/wk 4 tools answering
Shipshots
by gurkang

Create App Store and Play Store screenshots with AI via MCP

69 installs/wk local only
N
Shotbot MCP
by shotbot

Screenshot API for AI agents: capture any public URL as JPEG, PNG, WebP, AVIF, or PDF.

19 installs/wk local only
PageShot MCP
by dpozimski

Capture webpage screenshots with format, viewport, and dark mode options

30 installs/wk local only
Docapi
by doc-api-llc

Generate PDFs, screenshots, and documents via any MCP-compatible AI agent.

31 installs/wk local only
A
Inbox Preview
by powerline

Render HTML/.eml emails in real Gmail, Outlook & Yahoo web clients and screenshot them

4 tools answering

Screenshotrender MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Screenshotrender MCP?
Screenshotrender MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package screenshotrender-mcp was installed 25 times last week.
How do I connect Screenshotrender MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls screenshotrender-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Screenshotrender MCP?
The npm package screenshotrender-mcp was installed 25 times in the last week. Week over week that is +3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Screenshotrender MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.