mcpbeat Sign in

Nightglass MCP Server

local only

Nightglass runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm. Last commit 28 Mar 2026.

Screenshot API for MCP clients. Capture any URL as PNG with mockup mode support.

Installs per day peak 22 · avg 5 · -20% w/w
a month agotoday
21
Installs / week
npm · nightglass-mcp
0
Stars
0 open issues
28 Mar 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Nightglass every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add nightglass -- npx -y nightglass-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nightglass": {
      "args": [
        "-y",
        "nightglass-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nightglass]
command = "npx"
args = ["-y", "nightglass-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "nightglass": {
      "args": [
        "-y",
        "nightglass-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nightglass": {
      "args": [
        "-y",
        "nightglass-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: NIGHTGLASS_API_KEY (Your nightglass API key from api.nightglass.xyz/dashboard). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Nightglass

same job, measured the same way
N
Shotbot MCP
by shotbot

Screenshot API for AI agents: capture any public URL as JPEG, PNG, WebP, AVIF, or PDF.

19 installs/wk local only
MCP Screenshot
by digital-defiance

Screenshot capture with PII masking and cross-platform support for AI agents

86 installs/wk local only
PageShot MCP
by dpozimski

Capture webpage screenshots with format, viewport, and dark mode options

30 installs/wk local only
Screenshotrender MCP
by faridmth

Capture website screenshots from any MCP client via the ScreenshotRender API.

25 installs/wk local only
Screenshotink
by screenshotink

Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.

26 installs/wk answering
Screenshot Scout
by screenshotscout

Capture screenshots of webpages as images or PDFs with Screenshot Scout.

40 installs/wk answering
Agentrender MCP
by corbinvachal48

URL to screenshot, PDF, or structured extract for AI agents via MCP.

local only
MochiPDF
by cbolgiano

Remote MCP server for HTML-to-PDF and screenshots with OAuth and API-key auth.

answering

Nightglass — questions

Answers built from our own checks of this server.

Why is there no uptime for Nightglass?
Nightglass runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package nightglass-mcp was installed 21 times last week.
How do I connect Nightglass?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls nightglass-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Nightglass?
The npm package nightglass-mcp was installed 21 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Nightglass open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.