RendShot MCP Server

RendShot MCP Server

Enables AI agents to generate images from HTML/CSS, capture URL screenshots, and manage reusable templates through the RendShot API. Provides tools for rendering visual content programmatically within AI workflows.

Category
Visit Server

README

@rendshot/mcp

MCP server for RendShot — expose HTML-to-image rendering, URL screenshots, and template management as tools for AI agents.

npm License

Installation

npm install -g @rendshot/mcp

Setup

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "rendshot": {
      "command": "npx",
      "args": ["-y", "@rendshot/mcp"],
      "env": {
        "RENDSHOT_API_KEY": "rs_live_..."
      }
    }
  }
}

Claude Code

claude mcp add rendshot -- npx -y @rendshot/mcp

Set the API key in your environment:

export RENDSHOT_API_KEY=rs_live_...

Cursor / VS Code

Add to MCP settings:

{
  "rendshot": {
    "command": "npx",
    "args": ["-y", "@rendshot/mcp"],
    "env": {
      "RENDSHOT_API_KEY": "rs_live_..."
    }
  }
}

Tools

Tool Description
generate_image Render HTML/CSS or a template to an image
screenshot_url Take a screenshot of any URL
list_templates Browse published templates with filtering
get_template Get template details and variable definitions
create_template Create a new reusable template

generate_image

Render HTML to an image, or use a template with variables:

"Generate an image from this HTML: <h1>Hello World</h1>"
"Use template tpl_abc123 with title='Launch Day'"
Parameter Type Required Description
html string * HTML to render (XOR with template_id)
template_id string * Template ID (XOR with html)
variables object Template variables
css string CSS styles
width number Width (1–4096, default 1080)
height number Height (1–4096, default 1080)
format png | jpg Output format
quality number JPEG quality (1–100)
deviceScale 1 | 2 | 3 Device pixel ratio

screenshot_url

"Screenshot https://example.com at 1440x900"
"Take a full-page screenshot of https://github.com"
Parameter Type Required Description
url string yes URL to screenshot
width number Viewport width
height number Viewport height
fullPage boolean Capture full page
format png | jpg Output format

list_templates

"Show me xiaohongshu templates"
"Search templates for 'blog cover'"
Parameter Type Description
platform string Filter by platform
category string Filter by category
q string Search query
limit number Results per page

get_template

"Get details for template tpl_abc123"

create_template

"Create a template named 'Blog Header' with this HTML and a title variable"

Environment Variables

Variable Required Default Description
RENDSHOT_API_KEY yes Your API key (rs_live_...)
RENDSHOT_API_URL no https://api.rendshot.ai API base URL

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured