HomeBrowser Automation & Scraping › Rendex: Rendering API for Images, PDFs & Content Extraction

Rendex: Rendering API for Images, PDFs & Content Extraction

Render HTML, Markdown, or URLs to images, PDF, or branded artifacts; extract and watch pages.

TypeScript Cloud Remote
★ 7 stars Last pushed 2026-08-14 License: MIT

Topics: Browser Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.rendex.dev/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http rendex-mcp https://mcp.rendex.dev/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "rendex-mcp": {
      "url": "https://mcp.rendex.dev/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Optional: a static 'Bearer rdx_<key>' from the rendex.dev dashboard. Zero-config clients (Claude, ChatGPT) can instead use the built-in OAuth 2.1 (auth-code + PKCE) flow — no header needed.

Package (npm 1.8.2)

npx -y @copperline/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "rendex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@copperline/[email protected]"
      ],
      "env": {
        "RENDEX_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • RENDEX_API_KEY required secret — API key from rendex.dev dashboard

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry