Screenshotfreeapi
БесплатноНе проверенMCP server for ScreenshotFreeAPI – capture website screenshots, render HTML/PDF, and fetch app store listing screenshots from any MCP-compatible AI client.
Описание
MCP server for ScreenshotFreeAPI – capture website screenshots, render HTML/PDF, and fetch app store listing screenshots from any MCP-compatible AI client.
README
MCP server for ScreenshotFreeAPI — capture websites, render HTML/PDF, and fetch app store listing screenshots from any MCP-compatible AI client (Claude Desktop, Cursor, VS Code Copilot, Cline, Windsurf, etc.).
Setup
Get an API key from your ScreenshotFreeAPI dashboard, then add this server to your MCP client's config.
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"screenshotfreeapi": {
"command": "npx",
"args": ["-y", "screenshotfreeapi-mcp"],
"env": {
"SCREENSHOTFREEAPI_KEY": "sfa_your_api_key_here"
}
}
}
}
Other MCP clients (Cursor, Cline, Windsurf) use the same command/args/env shape in their own config file — consult your client's docs for the config file location.
Environment variables
| Variable | Required | Description |
|---|---|---|
SCREENSHOTFREEAPI_KEY |
Yes | Your API key (sfa_...). Without it, every tool call fails with 401. |
SCREENSHOTFREEAPI_BASE_URL |
No | Override the API base URL. Defaults to https://api.screenshotfreeapi.com. |
Tools
| Tool | Description |
|---|---|
screenshot_web |
Capture a website screenshot (PNG/JPEG/WebP/PDF), with AI element targeting, full-page, custom viewport, and ad-block options. |
screenshot_mobile |
Capture app store listing screenshots (iOS/Android) by app name or bundle ID. |
render_html |
Render raw HTML/CSS to an image or PDF. |
get_job_status |
Poll the status of a screenshot job. |
get_job_result |
Fetch the result (URLs + metadata) of a completed job. |
list_jobs |
List recent jobs for the authenticated account. |
check_quota |
Check remaining screenshot quota and current plan. |
All capture tools are asynchronous: they enqueue a job and return a jobId. Use get_job_status to poll, then get_job_result once status is completed.
Local development
npm install
npm run dev # run directly with tsx
npm run build # compile to dist/ for npx/publish
npm run typecheck
License
MIT
Установка Screenshotfreeapi
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/chinkauchenna2021/screenshotfreeapi-mcpFAQ
Screenshotfreeapi MCP бесплатный?
Да, Screenshotfreeapi MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Screenshotfreeapi?
Нет, Screenshotfreeapi работает без API-ключей и переменных окружения.
Screenshotfreeapi — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Screenshotfreeapi в Claude Desktop, Claude Code или Cursor?
Открой Screenshotfreeapi на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Screenshotfreeapi with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
