rendex-mcp
Screenshot, PDF, and HTML rendering API for AI agents. Capture any URL or raw HTML as PNG/JPEG/WebP/PDF.
cursor.directory·↓ 3
MCP
rendex
Capture screenshots, generate PDFs, and render HTML to images via MCP
{
"command": "npx",
"args": [
"-y",
"@copperline/rendex-mcp"
],
"env": {
"RENDEX_API_KEY": ""
}
}MCP
rendex-remote
Remote endpoint — zero-install, connect directly via Streamable HTTP
{
"url": "https://mcp.rendex.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
} }