Rendex: Rendering API for Images, PDFs & Content Extraction MCP Server

Render HTML, Markdown, or URLs to images, PDF, or branded artifacts; extract and watch pages. Its 13 documented tools cover watch, rendex, render.

People connecting cloud infrastructure tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 7 · #58 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Rendex: Rendering API for Images, PDFs & Content Extraction

before you install - you'll need

RENDEX_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add copperline-labs-rendex-mcp --transport http https://mcp.rendex.dev/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "copperline-labs-rendex-mcp": {
      "url": "https://mcp.rendex.dev/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.rendex.dev/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.rendex.dev

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package @copperline/rendex-mcp - the @copperline scope differs from the repo owner (copperline-labs); confirm it's the project's official package

registry namespace io.github.copperline-labs is GitHub-verified and matches the repo owner

03 · What Rendex: Rendering API for Images, PDFs & Content Extraction can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can create a watch (active → captures its baseline now), list your watches, fetch one watch (+ baseline URL), and run a check now (1 credit).

Capability map

Tools grouped from the project's README - what Rendex: Rendering API for Images, PDFs & Content Extraction lets an agent do.

Watch

8 tools - e.g. Create a watch (active → captures its baseline now); Dry-run a config first (creates nothing); List your watches

watch_create · watch_test · watch_list · watch_get · watch_run · watch_runs…

Rendex

4 tools - e.g. Render any webpage, raw HTML, or Markdown to an image or PDF.; Extract clean reader-mode content from any webpage as Markdown, JSON, or HTML. Runs the same Chromium render pass as a screenshot, so it…

rendex_screenshot · rendex_extract · rendex_render_link · rendex_account

Render

1 tool - e.g. Turn Markdown or HTML into a branded, downloadable artifact - a PDF, a PNG, and a hosted share page - in one call. Ideal for agent outputs: reports, invoices, s

render_artifact

Latest releases

v1.5.0 · 2026-06-18

What's New · Rendex Watch - visual-diff website monitoring, now across the API, SDKs, MCP, n8n & Zapier · Links · MCP Server: npx @copperline/[email protected] · JS SDK: npm install @copperline/[email protected] · Python…

v1.2.0 · 2026-05-26

What's New - v1.2.0 · The rendex_screenshot tool gains an optional data parameter: fill {{placeholders}} in your html or markdown with a data object before capture (Mustache templating - variables, {{#sections}}…

v1.1.0 · 2026-05-26

The rendex_screenshot tool now accepts a markdown input alongside url and html, so agents can render Markdown straight to an image or PDF - great for reports, release notes, README snapshots, and documentation cards.…

04 · Who maintains Rendex: Rendering API for Images, PDFs & Content Extraction

Rendex: Rendering API for Images, PDFs & Content Extraction is maintained by copperline-labs. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
cloud infrastructure - ranked #58 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-18)
registry
io.github.copperline-labs/rendex-mcp (active, first published 2026-03-28 · 11 versions)
packages
npm:@copperline/rendex-mcp

06 · Rendex: Rendering API for Images, PDFs & Content Extraction FAQ

Is Rendex: Rendering API for Images, PDFs & Content Extraction still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Rendex: Rendering API for Images, PDFs & Content Extraction do?

With this server connected, an agent can create a watch (active → captures its baseline now), list your watches, fetch one watch (+ baseline URL), and run a check now (1 credit).

How do I install Rendex: Rendering API for Images, PDFs & Content Extraction?

Run `npx -y @copperline/rendex-mcp`. The README documents one environment variable (RENDEX_API_KEY) to set first. You can also paste the ready-made client config above.

Does Rendex: Rendering API for Images, PDFs & Content Extraction require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Rendex: Rendering API for Images, PDFs & Content Extraction