Rendex: Rendering API for Images, PDFs & Content Extraction MCP Server
io.github.copperline-labs/rendex-mcp
What is the Rendex: Rendering API for Images, PDFs & Content Extraction MCP server?
Render HTML, Markdown, or any URL to images or PDF, plus reader-mode extraction. MCP-native.
How to install Rendex: Rendering API for Images, PDFs & Content Extraction
Copy-paste configuration for popular MCP clients.
RENDEX_API_KEYrequiredsecretAPI key from rendex.dev dashboard
AuthorizationrequiredsecretBearer API key from rendex.dev dashboard
{
"mcpServers": {
"rendex-mcp": {
"command": "npx",
"args": [
"-y",
"@copperline/rendex-mcp"
],
"env": {
"RENDEX_API_KEY": "<YOUR_RENDEX_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"rendex-mcp": {
"command": "npx",
"args": [
"-y",
"@copperline/rendex-mcp"
],
"env": {
"RENDEX_API_KEY": "<YOUR_RENDEX_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"rendex-mcp": {
"command": "npx",
"args": [
"-y",
"@copperline/rendex-mcp"
],
"env": {
"RENDEX_API_KEY": "<YOUR_RENDEX_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"rendex-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@copperline/rendex-mcp"
],
"env": {
"RENDEX_API_KEY": "<YOUR_RENDEX_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add rendex-mcp --env RENDEX_API_KEY=<YOUR_RENDEX_API_KEY> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y @copperline/rendex-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.