rendex-mcp

rendex-mcp

copperline-labs

Capture screenshots and PDFs of webpages via AI agents. Compatible with Claude, Cursor, and Windsurf. Supports full-page

MCP server for Rendex that enables AI agents to capture screenshots and render PDFs of any webpage through the Model Context Protocol.

2531 viewsLocal (stdio)

About rendex-mcp

rendex-mcp is a community-built MCP server published by copperline-labs that provides AI assistants with tools and capabilities via the Model Context Protocol. Capture screenshots and PDFs of webpages via AI agents. Compatible with Claude, Cursor, and Windsurf. Supports full-page It is categorized under productivity. This server exposes 1 tool that AI clients can invoke during conversations and coding sessions.

How to install

You can install rendex-mcp in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

rendex-mcp is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

Tools (1)

rendex_screenshot

Capture a screenshot or PDF of any webpage or raw HTML with extensive customization options including format, viewport size, dark mode, full page capture, geo-targeting, and more

@copperline/rendex-mcp

npm version npm downloads License: MIT

MCP server for Rendex — capture screenshots and PDFs 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:

ClientConfig location
Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
Cursor.cursor/mcp.json in project root, or Settings > MCP
WindsurfSettings > 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.json to 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 or PDF of any webpage or raw HTML.

"Take a screenshot of https://example.com"
"Capture the full page of https://news.ycombinator.com in dark mode"
"Generate a PDF of https://github.com with A4 page size"
"Capture https://amazon.de as seen from Germany"
"Render this HTML invoice as a PDF"

Parameters:

ParameterTypeDefaultDescription
urlstringrequired*Webpage URL to capture. Mutually exclusive with html.
htmlstringRaw HTML to render. Mutually exclusive with url.
format"png" | "jpeg" | "webp" | "pdf""png"Output format
fullPagebooleanfalseCapture full scrollable page
darkModebooleanfalseEmulate dark color scheme
widthnumber1280Viewport width (320-3840)
heightnumber800Viewport height (240-2160)
qualitynumber80Image quality 1-100 (JPEG/WebP only, default 80)
delaynumber0Wait ms before capture
blockAdsbooleantrueBlock ads and trackers
blockResourceTypesstring[]Block resource types: font, image, media, stylesheet
deviceScaleFactornumber2Device pixel ratio (1-3). 2× Retina by default
timeoutnumber30Max seconds to wait for page load (5-60)
waitUntilstring"networkidle2"Page readiness: load, domcontentloaded, networkidle0, networkidle2
waitForSelectorstringCSS selector to wait for before capture
bestAttemptbooleantrueReturn partial render on timeout instead of failing
selectorstringCSS selector of element to capture instead of full page
cssstringCustom CSS to inject before capture (max 50KB)
jsstringCustom JavaScript to execute before capture (max 50KB)
cookiesarrayCookies to set for authenticated captures (max 50)
headersobjectCustom HTTP headers for the page request
userAgentstringOverride browser user agent string
pdfFormatstringPDF page size: A4, Letter, Legal, Tabloid, A3
pdfLandscapebooleanPDF landscape orientation
pdfPrintBackgroundbooleantruePrint background in PDF
pdfScalenumber1PDF scale factor (0.1-2)
pdfMarginobjectPDF margins: {top, right, bottom, left} as CSS values
geostringISO country code for geo-targeted capture (Pro/Enterprise)
geoCitystringCity for geo-targeting (requires geo)
geoStatestringState for geo-targeting (requires geo)
asyncbooleanProcess asynchronously (returns job ID)
webhookUrlstringURL to receive callback when async capture completes
cacheTtlnumberSeconds to cache result (3600-2592000)

Authentication

Get your API key at rendex.dev.

Set the RENDEX_API_KEY environment variable in your MCP client configuration.

Pricing

PlanCalls/MonthRate
Free50010/min
Starter10,00060/min
Pro100,000300/min
EnterpriseCustom1,000/min

License

MIT — Copperline Labs LLC

Alternatives

Related Skills

Browse all skills
ai-assisted-development

Leveraging AI coding assistants and tools to boost development productivity, while maintaining oversight to ensure quality results.

3
teams-channel-post-writer

Creates educational Teams channel posts for internal knowledge sharing about Claude Code features, tools, and best practices. Applies when writing posts, announcements, or documentation to teach colleagues effective Claude Code usage, announce new features, share productivity tips, or document lessons learned. Provides templates, writing guidelines, and structured approaches emphasizing concrete examples, underlying principles, and connections to best practices like context engineering. Activates for content involving Teams posts, channel announcements, feature documentation, or tip sharing.

3
cto-engineering-metrics

Expert methodology for defining, tracking, and interpreting engineering performance metrics including DORA, team health, productivity, and executive reporting.

3
personal-assistant

This skill should be used whenever users request personal assistance tasks such as schedule management, task tracking, reminder setting, habit monitoring, productivity advice, time management, or any query requiring personalized responses based on user preferences and context. On first use, collects comprehensive user information including schedule, working habits, preferences, goals, and routines. Maintains an intelligent database that automatically organizes and prioritizes information, keeping relevant data and discarding outdated context.

3
cursor-local-dev-loop

Optimize local development workflow with Cursor. Triggers on "cursor workflow", "cursor development loop", "cursor productivity", "cursor daily workflow". Use when working with cursor local dev loop functionality. Trigger with phrases like "cursor local dev loop", "cursor loop", "cursor".

2
productivity-helper

Boost your productivity with automated task management

2