Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

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

GitHubEmbed

Описание

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

  1. Get a RapidAPI key — subscribe to Renderly (free tier available):

    Both share one RapidAPI key (your X-RapidAPI-Key).

  2. 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

from github.com/xufei547/renderly-mcp

Установка Renderly

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/xufei547/renderly-mcp

FAQ

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

Compare Renderly with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai