Skip to main content
Glama
mizukaizen

nightglass MCP Server

by mizukaizen

nightglass MCP Server

Toma capturas de pantalla de sitios web desde cualquier cliente compatible con MCP: Claude Desktop, Cursor, Windsurf, Claude Code y más.

Impulsado por la nightglass API de capturas de pantalla.

Herramientas

take_screenshot

Captura una captura de pantalla de cualquier sitio web. Devuelve una imagen PNG directamente en la conversación.

Parámetros:

Parámetro

Tipo

Predeterminado

Descripción

url

string

obligatorio

URL a capturar

format

png | jpeg | webp

png

Formato de salida

style

raw | mockup

raw

mockup envuelve la captura en un marco de navegador

full_page

boolean

false

Capturar la página completa desplazable

viewport_width

number

1280

Ancho de viewport (320–3840)

viewport_height

number

720

Alto de viewport (200–2160)

delay

number

0

Tiempo de espera en ms después de cargar la página

dark_mode

boolean

false

Emular esquema de color oscuro

check_balance

Consulta el saldo de tu cuenta y los créditos de captura restantes.

Related MCP server: ScreenshotOne MCP Server

Configuración

1. Obtén una clave de API

Regístrate en api.nightglass.xyz/dashboard y crea una clave de API. Obtienes 50 capturas gratuitas para empezar.

2. Instalación

npm install -g nightglass-mcp

3. Configura tu cliente MCP

Claude Desktop — añade a claude_desktop_config.json:

{
  "mcpServers": {
    "nightglass": {
      "command": "nightglass-mcp",
      "env": {
        "NIGHTGLASS_API_KEY": "ng_live_your_key_here"
      }
    }
  }
}

Claude Code — añade al .mcp.json de tu proyecto:

{
  "mcpServers": {
    "nightglass": {
      "command": "nightglass-mcp",
      "env": {
        "NIGHTGLASS_API_KEY": "ng_live_your_key_here"
      }
    }
  }
}

Cursor / Windsurf — mismo formato que Claude Desktop, en el archivo de configuración correspondiente.

Precios

Nivel

Precio

Créditos

Por captura

Gratis

$0

50

Inicial

$5

500

$0.010

Crecimiento

$20

2,500

$0.008

Escala

$50

10,000

$0.005

Empresa

$200

50,000

$0.004

Agentes de IA: nightglass también admite x402 — pagos autónomos de agentes con USDC en Base. No se necesita clave de API.

Enlaces

Licencia

MIT

Install Server
A
license - permissive license
A
quality
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

  • A
    license
    A
    quality
    A
    maintenance
    Enables 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.
    2
    77
    29
    Apache 2.0
  • A
    license
    B
    quality
    B
    maintenance
    An MCP server that enables capturing website screenshots with full-page, element-specific, and device-responsive capabilities through natural language commands.
    3
    41
    57
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Scrape 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.
    1
    276
    19
    MIT

View all related MCP servers

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.

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/mizukaizen/nightglass-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server