ScreenshotOne MCP Server
공식ScreenshotOne으로 웹사이트 스크린샷 렌더링
문서
ScreenshotOne MCP 서버
ScreenshotOne를 위한 MCP (모델 컨텍스트 프로토콜) 서버의 공식 구현체입니다.
도구
render-website-screenshot: 웹사이트의 스크린샷을 렌더링하여 이미지로 반환합니다.
사용법
빌드하기
항상 먼저 의존성을 설치하고 빌드하세요:
npm install && npm run build
ScreenshotOne API 키 발급받기
ScreenshotOne에 가입하고 API 키를 발급받으세요.
Claude for Desktop과 함께 사용하기
~/Library/Application\ Support/Claude/claude_desktop_config.json에 다음을 추가하세요:
{
"mcpServers": {
"screenshotone": {
"command": "node",
"args": ["path/to/screenshotone/mcp/build/index.js"],
"env": {
"SCREENSHOTONE_API_KEY": "<your api key>"
}
}
}
}
독립 실행형 또는 다른 프로젝트용
SCREENSHOTONE_API_KEY=your_api_key && node build/index.js
라이선스
ScreenshotOne MCP Server은 MIT 라이선스에 따라 라이선스가 부여됩니다.