Skip to main content
Glama

Renderly MCP

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".)

Related MCP server: PagePixels Screenshots MCP Server

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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xufei547/renderly-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server