Renderly
БесплатноНе проверенEnables AI agents to capture clean web screenshots and extract main article content from any web page, with automatic removal of cookie banners, ads, and boiler
Описание
Enables AI agents to capture clean web screenshots and extract main article content from any web page, with automatic removal of cookie banners, ads, and boilerplate.
README
Clean web screenshots & content for AI agents. An MCP server that gives your AI agent two tools:
screenshot— capture a clean PNG/JPEG of any web page. Cookie banners, ads, and chat widgets are auto-removed, so the image is clean for vision models.extract— get the clean main article content (Markdown / text / HTML) of a page, boilerplate stripped — ideal for LLMs / RAG.
Real Chromium rendering, so JavaScript-built pages work. Powered by Renderly.
Setup
Get a RapidAPI key — subscribe to Renderly (free tier available):
- Screenshot & PDF API: https://rapidapi.com/xufei547/api/screenshot-pdf-api2
- Article Extraction API: https://rapidapi.com/xufei547/api/article-extraction-api
Both share one RapidAPI key (your
X-RapidAPI-Key).Add the server to your MCP client.
Claude Desktop / Cursor
Add to your MCP config (claude_desktop_config.json or Cursor's mcp.json):
{
"mcpServers": {
"renderly": {
"command": "uvx",
"args": ["--from", "git+https://github.com/xufei547/renderly-mcp", "renderly-mcp"],
"env": { "RAPIDAPI_KEY": "your-rapidapi-key" }
}
}
}
(uvx ships with uv — it installs and runs the server straight from GitHub, no extra steps. Prefer pip? pip install git+https://github.com/xufei547/renderly-mcp then use "command": "renderly-mcp".)
Tools
| Tool | Args | Returns |
|---|---|---|
screenshot |
url, full_page, block_cookie_banners, format (png/jpeg), width, height |
image |
extract |
url, format (markdown/text/html), include_tables |
clean content |
Example prompts
- "Screenshot https://example.com and describe what's on the page."
- "Extract the article at
and summarize it."
Configuration (env vars)
| Var | Default | Purpose |
|---|---|---|
RAPIDAPI_KEY |
— | Required. Your RapidAPI key. |
RENDERLY_SCREENSHOT_HOST |
screenshot-pdf-api2.p.rapidapi.com |
Screenshot API host (see your RapidAPI "Code Snippets"). |
RENDERLY_EXTRACT_HOST |
article-extraction-api.p.rapidapi.com |
Extraction API host. |
RENDERLY_TIMEOUT |
90 |
Request timeout (seconds). |
License
MIT
Установка Renderly
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/xufei547/renderly-mcpFAQ
Renderly MCP бесплатный?
Да, Renderly MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Renderly?
Нет, Renderly работает без API-ключей и переменных окружения.
Renderly — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Renderly в Claude Desktop, Claude Code или Cursor?
Открой Renderly на 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 Renderly with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
