Back to All Tools
⚡ Model Context Protocol (MCP) ServerMCP Servers7 Stars

Rendex Mcp

MCP server for Rendex — capture screenshots, generate PDFs, and render HTML to images of any webpage via AI agents. Claude, Cursor, Windsurf compatible.

#cloudflare-os#mcp-servers

Installation & Setup Quickstart

Copy commands or configuration snippets for this tool

{
  "mcpServers": {
    "rendex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:copperline-labs/rendex-mcp"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>"
      }
    }
  }
}