nightglass MCP Server
nightglass MCP Server
모든 MCP 호환 클라이언트 — Claude Desktop, Cursor, Windsurf, Claude Code 등에서 웹사이트 스크린샷을 찍을 수 있습니다.
nightglass 스크린샷 API로 구동됩니다.
도구
take_screenshot
모든 웹사이트의 스크린샷을 캡처합니다. PNG 이미지를 대화에 직접 반환합니다.
매개변수:
매개변수 | 유형 | 기본값 | 설명 |
| string | 필수 | 스크린샷을 찍을 URL |
|
|
| 출력 형식 |
|
|
|
|
| boolean |
| 스크롤 가능한 전체 페이지를 캡처합니다 |
| number |
| 뷰포트 너비 (320–3840) |
| number |
| 뷰포트 높이 (200–2160) |
| number |
| 페이지 로드 후 대기 시간(ms) |
| boolean |
| 다크 색상 구성표를 에뮬레이션합니다 |
check_balance
계정 잔액과 남은 스크린샷 크레딧을 확인합니다.
Related MCP server: ScreenshotOne MCP Server
설정
1. API 키 받기
api.nightglass.xyz/dashboard에서 가입하고 API 키를 생성하세요. 시작 시 50개의 무료 스크린샷이 제공됩니다.
2. 설치
npm install -g nightglass-mcp3. MCP 클라이언트 구성
Claude Desktop — claude_desktop_config.json에 추가:
{
"mcpServers": {
"nightglass": {
"command": "nightglass-mcp",
"env": {
"NIGHTGLASS_API_KEY": "ng_live_your_key_here"
}
}
}
}Claude Code — 프로젝트의 .mcp.json에 추가:
{
"mcpServers": {
"nightglass": {
"command": "nightglass-mcp",
"env": {
"NIGHTGLASS_API_KEY": "ng_live_your_key_here"
}
}
}
}Cursor / Windsurf — 각각의 구성 파일에서 Claude Desktop과 동일한 형식입니다.
가격
등급 | 가격 | 크레딧 | 스크린샷당 |
무료 | $0 | 50 | — |
스타터 | $5 | 500 | $0.010 |
성장 | $20 | 2,500 | $0.008 |
스케일 | $50 | 10,000 | $0.005 |
엔터프라이즈 | $200 | 50,000 | $0.004 |
AI 에이전트: nightglass는 x402도 지원합니다 — Base에서 USDC로 자율 에이전트 결제가 가능합니다. API 키가 필요 없습니다.
링크
라이선스
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityAmaintenanceEnables capturing screenshots of web pages and local HTML files through a simple MCP tool interface using Puppeteer with configurable options for dimensions and output paths.27729Apache 2.0
- AlicenseBqualityCmaintenanceAn official MCP server implementation that allows AI assistants to capture website screenshots through the ScreenshotOne API, enabling visual context from web pages during conversations.1036MIT
- AlicenseBqualityBmaintenanceAn MCP server that enables capturing website screenshots with full-page, element-specific, and device-responsive capabilities through natural language commands.34157MIT

zenrows-mcpofficial
AlicenseAqualityBmaintenanceScrape any webpage and return clean markdown, HTML, or structured JSON. Bypasses anti-bot protection, renders JavaScript (React/Vue/Angular), supports premium residential proxies and CSS extraction. Works with any MCP client — no local install required.127619MIT
Related MCP Connectors
Screenshot and HTML render MCP server for AI agents
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
Generate AI images, video, music, and sound effects, and upscale them, from any MCP client.
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/mizukaizen/nightglass-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server