Skip to main content
Glama

@rendshot/mcp

MCP-Server für RendShot — stellt HTML-zu-Bild-Rendering, URL-Screenshots und Vorlagenverwaltung als Werkzeuge für KI-Agenten bereit.

npm License

Installation

npm install -g @rendshot/mcp

Related MCP server: rendex-mcp

Einrichtung

Claude Desktop

Hinzufügen zu ~/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

API-Schlüssel in der Umgebung festlegen:

export RENDSHOT_API_KEY=rs_live_...

Cursor / VS Code

Zu den MCP-Einstellungen hinzufügen:

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

Werkzeuge

Werkzeug

Beschreibung

generate_image

Rendert HTML/CSS oder eine Vorlage zu einem Bild

screenshot_url

Erstellt einen Screenshot einer beliebigen URL

list_templates

Durchsucht veröffentlichte Vorlagen mit Filtern

get_template

Ruft Vorlagendetails und Variablendefinitionen ab

create_template

Erstellt eine neue wiederverwendbare Vorlage

generate_image

Rendert HTML zu einem Bild oder verwendet eine Vorlage mit Variablen:

"Generate an image from this HTML: <h1>Hello World</h1>"
"Use template tpl_abc123 with title='Launch Day'"

Parameter

Typ

Erforderlich

Beschreibung

html

string

*

Zu renderndes HTML (XOR mit template_id)

template_id

string

*

Vorlagen-ID (XOR mit html)

variables

object

Vorlagenvariablen

css

string

CSS-Styles

width

number

Breite (1–4096, Standard 1080)

height

number

Höhe (1–4096, Standard 1080)

format

png | jpg

Ausgabeformat

quality

number

JPEG-Qualität (1–100)

deviceScale

1 | 2 | 3

Geräte-Pixeldichte

screenshot_url

"Screenshot https://example.com at 1440x900"
"Take a full-page screenshot of https://github.com"

Parameter

Typ

Erforderlich

Beschreibung

url

string

ja

URL für den Screenshot

width

number

Viewport-Breite

height

number

Viewport-Höhe

fullPage

boolean

Ganze Seite erfassen

format

png | jpg

Ausgabeformat

list_templates

"Show me xiaohongshu templates"
"Search templates for 'blog cover'"

Parameter

Typ

Beschreibung

platform

string

Nach Plattform filtern

category

string

Nach Kategorie filtern

q

string

Suchanfrage

limit

number

Ergebnisse pro Seite

get_template

"Get details for template tpl_abc123"

create_template

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

Umgebungsvariablen

Variable

Erforderlich

Standard

Beschreibung

RENDSHOT_API_KEY

ja

Ihr API-Schlüssel (rs_live_...)

RENDSHOT_API_URL

nein

https://api.rendshot.ai

API-Basis-URL

Lizenz

MIT

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.

  • Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API

  • Image + screenshot API for agents: HTML/CSS to images or PDF, screenshot any URL, verify text.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RendShotTeam/rendshot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server