RendShot MCP Server
@rendshot/mcp
MCP-сервер (Model Context Protocol) для RendShot — предоставляет инструменты для рендеринга HTML в изображения, создания скриншотов URL и управления шаблонами для ИИ-агентов.
Установка
npm install -g @rendshot/mcpRelated MCP server: rendex-mcp
Настройка
Claude Desktop
Добавьте в ~/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-ключ в переменные окружения:
export RENDSHOT_API_KEY=rs_live_...Cursor / VS Code
Добавьте в настройки MCP:
{
"rendshot": {
"command": "npx",
"args": ["-y", "@rendshot/mcp"],
"env": {
"RENDSHOT_API_KEY": "rs_live_..."
}
}
}Инструменты
Инструмент | Описание |
| Рендеринг HTML/CSS или шаблона в изображение |
| Создание скриншота любого URL |
| Просмотр опубликованных шаблонов с фильтрацией |
| Получение деталей шаблона и определений переменных |
| Создание нового повторно используемого шаблона |
generate_image
Рендеринг HTML в изображение или использование шаблона с переменными:
"Generate an image from this HTML: <h1>Hello World</h1>"
"Use template tpl_abc123 with title='Launch Day'"Параметр | Тип | Обязательный | Описание |
|
| * | HTML для рендеринга (XOR с template_id) |
|
| * | ID шаблона (XOR с html) |
|
| — | Переменные шаблона |
|
| — | CSS-стили |
|
| — | Ширина (1–4096, по умолчанию 1080) |
|
| — | Высота (1–4096, по умолчанию 1080) |
|
| — | Формат вывода |
|
| — | Качество JPEG (1–100) |
|
| — | Плотность пикселей устройства |
screenshot_url
"Screenshot https://example.com at 1440x900"
"Take a full-page screenshot of https://github.com"Параметр | Тип | Обязательный | Описание |
|
| да | URL для скриншота |
|
| — | Ширина области просмотра |
|
| — | Высота области просмотра |
|
| — | Захват всей страницы |
|
| — | Формат вывода |
list_templates
"Show me xiaohongshu templates"
"Search templates for 'blog cover'"Параметр | Тип | Описание |
|
| Фильтр по платформе |
|
| Фильтр по категории |
|
| Поисковый запрос |
|
| Результатов на страницу |
get_template
"Get details for template tpl_abc123"create_template
"Create a template named 'Blog Header' with this HTML and a title variable"Переменные окружения
Переменная | Обязательная | По умолчанию | Описание |
| да | — | Ваш API-ключ ( |
| нет |
| Базовый URL API |
Лицензия
MIT
This server cannot be installed
Maintenance
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
- AlicenseAqualityDmaintenanceEnables AI assistants to programmatically generate images, GIFs, and PDFs from HTML/CSS or web screenshots using the Pictify API. It also supports template management, batch rendering jobs, and A/B test experiment controls.31241MIT
- AlicenseAqualityBmaintenanceCapture screenshots, generate PDFs, and render HTML to images via AI agents. Supports batch capture, geo-targeting, async webhooks, and CSS/JS injection.111307MIT

@rendershot/mcp-serverofficial
AlicenseAqualityDmaintenanceEnables AI agents to capture screenshots and generate PDFs from URLs or HTML via the Rendershot API.4253MIT- Alicense-qualityBmaintenanceEnables AI agents to capture any public URL as PNG, JPEG, or PDF via REST API or MCP tools, including screenshot capture, page description, and PDF rendering.20MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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