← Index

Rendex — Screenshot, PDF & HTML Rendering

io.github.copperline-labs/rendex-mcp·v1.0.1·Documents & Spreadsheets
Quality Score
95
/100

Capture screenshots, generate PDFs, and render HTML to images. MCP-native for AI agents.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.rendex.dev/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "rendex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@copperline/rendex-mcp"
      ],
      "env": {
        "RENDEX_API_KEY": "<your-rendex_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "rendex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@copperline/rendex-mcp"
      ],
      "env": {
        "RENDEX_API_KEY": "<your-rendex_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @copperline/rendex-mcp
§02  Environment variables
RENDEX_API_KEY
requiredsecret

API key from rendex.dev dashboard

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets