Renderly MCP
Renderly MCP provides two core tools for AI agents:
screenshot: Capture a clean PNG or JPEG screenshot of any web page using real Chromium rendering. Automatically removes cookie banners, ads, and chat widgets. Options include full-page capture, configurable viewport size, and format selection. Optimized for vision models.extract: Pull the main article content from any web page, stripping ads, navigation, and boilerplate. Returns content in Markdown, plain text, or HTML format, with optional table inclusion. Ideal for LLMs and RAG pipelines.
Both tools use real Chromium rendering, so JavaScript-built pages are fully supported. Powered by Renderly APIs via RapidAPI (requires a RapidAPI key).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Renderly MCPScreenshot https://example.com and describe the layout"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
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".)
Related MCP server: PagePixels Screenshots MCP Server
Tools
Tool | Args | Returns |
|
| image |
|
| 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 |
| — | Required. Your RapidAPI key. |
|
| Screenshot API host (see your RapidAPI "Code Snippets"). |
|
| Extraction API host. |
|
| Request timeout (seconds). |
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
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