Rendex Screenshot
Capture website screenshots as PNG/JPEG via AI agents. Full-page capture, dark mode, ad blocking, custom viewports. Edge-deployed on Cloudflare Workers, free tier included.
@copperline/rendex-mcp
MCP server for Rendex — capture screenshots of any webpage via AI agents using the Model Context Protocol.
Quick Start
Claude Desktop / Cursor / Windsurf (npx)
Add to your MCP client config:
{
"mcpServers": {
"rendex": {
"command": "npx",
"args": ["-y", "@copperline/rendex-mcp"],
"env": {
"RENDEX_API_KEY": "your-api-key"
}
}
}
}
Where to add this:
| Client | Config location |
|---|---|
| Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) |
| Cursor | .cursor/mcp.json in project root, or Settings > MCP |
| Windsurf | Settings > MCP Servers |
Claude Code (CLI)
Add a .mcp.json to your project root with the same config above. Then restart Claude Code.
Important: Add
.mcp.jsonto your.gitignore— it contains your API key.
Remote (zero-install)
Connect directly — no installation needed (Claude Desktop only):
{
"mcpServers": {
"rendex": {
"url": "https://mcp.rendex.dev/mcp",
"headers": {
"Authorization": "Bearer your-api-key"
}
}
}
}
Tools
rendex_screenshot
Capture a screenshot of any webpage and return it as an image.
"Take a screenshot of https://example.com"
"Capture the full page of https://news.ycombinator.com in dark mode"
"Screenshot https://github.com at 1920x1080 in JPEG format"
Parameters:
| Parameter | Type | Default | Description |
|---|---|---|---|
url | string | required | Webpage URL to capture |
format | "png" | "jpeg" | "png" | Image format |
fullPage | boolean | false | Capture full scrollable page |
darkMode | boolean | false | Emulate dark color scheme |
width | number | 1280 | Viewport width (320-3840) |
height | number | 800 | Viewport height (240-2160) |
quality | number | — | Image quality 1-100 (JPEG only) |
delay | number | 0 | Wait ms before capture |
blockAds | boolean | true | Block ads and trackers |
deviceScaleFactor | number | 1 | Device pixel ratio (1-3) |
Authentication
Get your API key at rendex.dev.
Set the RENDEX_API_KEY environment variable in your MCP client configuration.
Pricing
| Plan | Calls/Month | Rate |
|---|---|---|
| Free | 500 | 10/min |
| Starter | 10,000 | 60/min |
| Pro | 100,000 | 300/min |
License
MIT — Copperline Labs LLC
関連サーバー
Bright Data
スポンサーDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
Browser Use MCP Server
An MCP server that allows AI agents to control a web browser using the browser-use library.
Hacker News
Fetches and parses stories from Hacker News, providing structured data for top, new, ask, show, and job posts.
Playwright Server
A server for browser automation using the Playwright library.
Browserbase
Automate browser interactions in the cloud (e.g. web navigation, data extraction, form filling, and more)
Crawl MCP
An MCP server for crawling WeChat articles. It supports single and batch crawling with multiple output formats, designed for AI tools like Cursor.
Playwright MCP
Control a browser for automation and web scraping tasks using Playwright.
Weibo
Scrape Weibo user information, feeds, and perform searches.
Automatic MCP Discovery
AI powered automation toolkit which acts as an agent that discovers MCP servers for you. Point it at GitHub/npm/configure your own discovery, let GPT or Claude analyze the API or MCP or any tool, get ready-to-ship plugin configs. Zero manual work.
Reddit MCP
A server to browse, search, and read content on Reddit using the Reddit API.
BrowserCat MCP Server
Remote browser automation using the BrowserCat API.