Skip to main content
Glama

@rendshot/mcp

RendShotMCP 서버 — HTML-to-image 렌더링, URL 스크린샷, 템플릿 관리를 AI 에이전트를 위한 도구로 노출합니다.

npm License

설치

npm install -g @rendshot/mcp

Related 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_..."
    }
  }
}

도구

도구

설명

generate_image

HTML/CSS 또는 템플릿을 이미지로 렌더링

screenshot_url

모든 URL의 스크린샷 캡처

list_templates

필터링을 사용하여 게시된 템플릿 탐색

get_template

템플릿 세부 정보 및 변수 정의 가져오기

create_template

새로운 재사용 가능 템플릿 생성

generate_image

HTML을 이미지로 렌더링하거나 변수가 포함된 템플릿을 사용하세요:

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

매개변수

타입

필수

설명

html

string

*

렌더링할 HTML (template_id와 XOR)

template_id

string

*

템플릿 ID (html과 XOR)

variables

object

템플릿 변수

css

string

CSS 스타일

width

number

너비 (1–4096, 기본값 1080)

height

number

높이 (1–4096, 기본값 1080)

format

png | jpg

출력 형식

quality

number

JPEG 품질 (1–100)

deviceScale

1 | 2 | 3

기기 픽셀 비율

screenshot_url

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

매개변수

타입

필수

설명

url

string

yes

스크린샷을 찍을 URL

width

number

뷰포트 너비

height

number

뷰포트 높이

fullPage

boolean

전체 페이지 캡처

format

png | jpg

출력 형식

list_templates

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

매개변수

타입

설명

platform

string

플랫폼별 필터링

category

string

카테고리별 필터링

q

string

검색 쿼리

limit

number

페이지당 결과 수

get_template

"Get details for template tpl_abc123"

create_template

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

환경 변수

변수

필수

기본값

설명

RENDSHOT_API_KEY

yes

API 키 (rs_live_...)

RENDSHOT_API_URL

no

https://api.rendshot.ai

API 기본 URL

라이선스

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