mcpbeat Sign in

Site-Shot MCP Server

by site-shot Your server? Claim it
local only

Site-Shot runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from npm. Last commit 19 Aug 2026.

Website screenshots for AI agents: full-page, country proxies, ad & cookie-banner removal

Installs per day peak 24 · avg 9 · +10% w/w
a month agotoday
74
Installs / week
npm · site-shot-mcp
3
Stars
0 open issues
19 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Site-Shot 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 site-shot-mcp -- npx -y site-shot-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "site-shot-mcp": {
      "args": [
        "-y",
        "site-shot-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.site-shot-mcp]
command = "npx"
args = ["-y", "site-shot-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "site-shot-mcp": {
      "args": [
        "-y",
        "site-shot-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "site-shot-mcp": {
      "args": [
        "-y",
        "site-shot-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SITESHOT_API_KEY (Site-Shot API key (the userkey). Get one at https://www.site-shot.com/pricing/). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Site-Shot

same job, measured the same way
Fast MCP SSH
by klnuno

SSH, SFTP, PTY shells, host-to-host copies and remote screenshots for AI agents. One Rust binary.

local only
Screenshotink
by screenshotink

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

26 installs/wk answering
Pagewatch
by pagelens

Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.

57 installs/wk 5 tools answering
ScreenshotMCP
by agentforge-labs

Desktop and mobile website screenshots plus page context for AI agents and automation workflows.

2 tools answering
Screenshotline
by mamubeenkhan

Screenshot any web page, or read it as clean Markdown, with consent banners, ads and popups removed.

2 tools answering
Foura
by foura

Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.

451 installs/wk 4 tools answering
Framejet Screenshot
by framejet

Screenshot any URL to PNG/JPEG. Cookie banners and chat widgets removed by default.

answering
rasterly
by rasterly-dev

Web toolkit for AI agents: read any URL as Markdown, screenshot, extract data, or crawl a site.

33 installs/wk local only

Site-Shot — questions

Answers built from our own checks of this server.

Why is there no uptime for Site-Shot?
Site-Shot 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 site-shot-mcp was installed 74 times last week.
How do I connect Site-Shot?
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 site-shot-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Site-Shot?
The npm package site-shot-mcp was installed 74 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Site-Shot open source?
Yes — it is published under the MIT licence, written in JavaScript and 3 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.