nightglass MCP Server
MCP-сервер nightglass
Делайте скриншоты веб-сайтов из любого MCP-совместимого клиента — Claude Desktop, Cursor, Windsurf, Claude Code и других.
Работает на основе nightglass API для скриншотов.
Инструменты
take_screenshot
Сделайте скриншот любого веб-сайта. Возвращает PNG-изображение прямо в разговор.
Параметры:
Параметр | Тип | По умолчанию | Описание |
| string | обязательно | URL для скриншота |
|
|
| Формат вывода |
|
|
|
|
| boolean |
| Захват всей прокручиваемой страницы |
| number |
| Ширина окна просмотра (320–3840) |
| number |
| Высота окна просмотра (200–2160) |
| number |
| Время ожидания в мс после загрузки страницы |
| 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, в соответствующем файле конфигурации.
Цены
Тариф | Цена | Кредиты | За скриншот |
Free | $0 | 50 | — |
Starter | $5 | 500 | $0.010 |
Growth | $20 | 2,500 | $0.008 |
Scale | $50 | 10,000 | $0.005 |
Enterprise | $200 | 50,000 | $0.004 |
AI-агенты: nightglass также поддерживает x402 — автономные платежи агентов с USDC на Base. 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