site-shot/site-shot-mcp
БесплатноНе проверенWebsite screenshot API for AI agents. Real Chromium rendering, full-page capture up to 20,000px, country/geo proxies, and automatic ad & cookie-banner removal (
Описание
Website screenshot API for AI agents. Real Chromium rendering, full-page capture up to 20,000px, country/geo proxies, and automatic ad & cookie-banner removal (cleaner images, fewer vision tokens). Two tools: capturescreenshot, capturefullpage. Install: npx -y site-shot-mcp.
README
Give Claude, Cursor, and other AI agents the ability to see any web page — take website screenshots with Site-Shot over the Model Context Protocol.
Real Chromium rendering · full-page capture · country proxies · automatic ad & cookie-banner removal (cleaner images, fewer vision tokens).
Quick start (Claude Desktop)
- Get a Site-Shot API key at https://www.site-shot.com/pricing/.
- Add this to your Claude Desktop config (
claude_desktop_config.json):
{
"mcpServers": {
"site-shot": {
"command": "npx",
"args": ["-y", "site-shot-mcp"],
"env": { "SITESHOT_API_KEY": "YOUR_API_KEY" }
}
}
}
- Restart Claude Desktop. Ask it to "take a full-page screenshot of https://news.ycombinator.com" and it will call the server and show you the image.
Works the same way in any MCP client (Cursor, Cline, VS Code, LangChain, CrewAI) — point the client at
npx -y site-shot-mcp with SITESHOT_API_KEY in the environment.
Tools
capture_screenshot
Screenshot a web page (viewport by default).
| Param | Type | Default | Notes |
|---|---|---|---|
url |
string (required) | — | Page to capture |
full_page |
boolean | false |
Capture the whole scrollable page |
width / height |
number | 1280 / 1024 | Viewport / device size |
format |
"png" | "jpeg" |
png |
Image format |
block_ads |
boolean | true |
Remove ads |
block_cookie_banners |
boolean | true |
Remove cookie-consent popups |
country |
string | — | Proxy country, e.g. "Germany" (auto IP/lang/tz/geo) |
language / time_zone / geolocation |
string | — | Manual overrides |
wait_ms |
number | — | Wait before capture (SPAs/animations) |
max_height |
number | 20000 (full page) | Cap captured height |
Returns the screenshot as an MCP image.
capture_full_page
Same as capture_screenshot with full-page capture enabled.
Configuration
| Env var | Required | Description |
|---|---|---|
SITESHOT_API_KEY |
yes | Your Site-Shot API key (used as userkey). |
The server is a thin wrapper over the existing Site-Shot HTTP API (https://api.site-shot.com/) — no
separate backend.
Local development
npm install
npm run check # syntax check
npm run smoke # offline tests (stubbed fetch, no API key needed)
SITESHOT_API_KEY=yourkey npm start # run the server on stdio
Requirements
Node.js ≥ 18 (uses the built-in fetch).
License
MIT
Установка site-shot/site-shot-mcp
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/site-shot/site-shot-mcpFAQ
site-shot/site-shot-mcp MCP бесплатный?
Да, site-shot/site-shot-mcp MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для site-shot/site-shot-mcp?
Нет, site-shot/site-shot-mcp работает без API-ключей и переменных окружения.
site-shot/site-shot-mcp — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить site-shot/site-shot-mcp в Claude Desktop, Claude Code или Cursor?
Открой site-shot/site-shot-mcp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Playwright
Browser automation, scraping, screenshots
автор: MicrosoftPuppeteer
Browser automation and web scraping.
автор: modelcontextprotocolopentabs-dev/opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
автор: opentabs-devrobhunter/agentdeals
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan
автор: robhunterCompare site-shot/site-shot-mcp with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории browse
