loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

rendex-mcp

MCP Tool

copperline-labs/rendex-mcp

MCP server for Rendex — capture screenshots of any webpage via AI agents. Claude, Cursor, Windsurf compatible.

Install

$ npx loaditout add copperline-labs/rendex-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "rendex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rendex-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

@copperline/rendex-mcp

MCP server for Rendex — capture screenshots of any webpage via AI agents using the Model Context Protocol.

Quick Start
Claude Desktop / Cursor / Windsurf (npx)

Add to your MCP client config:

{
  "mcpServers": {
    "rendex": {
      "command": "npx",
      "args": ["-y", "@copperline/rendex-mcp"],
      "env": {
        "RENDEX_API_KEY": "your-api-key"
      }
    }
  }
}

Where to add this:

| Client | Config location | |--------|----------------| | Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) | | Cursor | .cursor/mcp.json in project root, or Settings > MCP | | Windsurf | Settings > MCP Servers |

Claude Code (CLI)

Add a .mcp.json to your project root with the same config above. Then restart Claude Code.

> Important: Add .mcp.json to your .gitignore — it contains your API key.

Remote (zero-install)

Connect directly — no installation needed (Claude Desktop only):

{
  "mcpServers": {
    "rendex": {
      "url": "https://mcp.rendex.dev/mcp",
      "headers": {
        "Authorization": "Bearer your-api-key"
      }
    }
  }
}
Tools
rendex_screenshot

Capture a screenshot of any webpage and return it as an image.

"Take a screenshot of https://example.com"
"Capture the full page of https://news.ycombinator.com in dark mode"
"Screenshot https://github.com at 1920x1080 in JPEG format"

Parameters:

| Parameter | Type | Default | Description | |-----------|------|---------|-------------| | url | string | required | Webpage URL to capture | | format | "png" \| "jpeg" | "png" | Image format | | fullPage | boolean | false | Capture full scrollable page | | darkMode | boolean | false | Emulate dark color scheme | | width | number | 1280 | Viewport width (320-3840) | | height | number | 800 | Viewport height (240-2160) | | quality | number | — | Image quality 1-100 (JPEG

Tags

ai-agentapiclaudecloudflare-workersmcpmcp-servermodel-context-protocolrendexscreenshotscreenshot-apiweb-capture

Reviews

Loading reviews...

Quality Signals

2
Stars
0
Installs
Last updated15 days ago
Security: AMCP ConfigREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/3/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/copperline-labs/rendex-mcp)](https://loaditout.ai/skills/copperline-labs/rendex-mcp)