Screenshot API for MCP clients. Capture any URL as PNG with mockup mode support.
{
"mcpServers": {
"io-github-mizukaizen-nightglass": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Screenshot API for MCP clients. Capture any URL as PNG with mockup mode support.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 12 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
A mcp server to allow LLMS gain context about shadcn ui component structure,usage and installation,compaitable with react,svelte 5,vue & React Native
AI-powered brand identity generation via MCP with design tokens, typography, and logo assets.
I Ching hexagram analysis and geographic feng shui for Taiwan locations
Peekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
MCP Security Weekly
Get CVE alerts and security updates for io.github.mizukaizen/nightglass and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Take website screenshots from any MCP-compatible client — Claude Desktop, Cursor, Windsurf, Claude Code, and more.
Powered by the nightglass screenshot API.
take_screenshotCapture a screenshot of any website. Returns a PNG image directly in the conversation.
Parameters:
| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| url | string | required | URL to screenshot |
| format | png | jpeg | webp | png | Output format |
| style | raw | mockup | raw | mockup wraps the screenshot in a browser frame |
| full_page | boolean | false | Capture the full scrollable page |
| viewport_width | number | 1280 | Viewport width (320–3840) |
| viewport_height | number | 720 | Viewport height (200–2160) |
| delay | number | 0 | Wait time in ms after page load |
| dark_mode | boolean | false | Emulate dark colour scheme |
check_balanceCheck your account balance and remaining screenshot credits.
Sign up at api.nightglass.xyz/dashboard and create an API key. You get 50 free screenshots to start.
npm install -g nightglass-mcp
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"nightglass": {
"command": "nightglass-mcp",
"env": {
"NIGHTGLASS_API_KEY": "ng_live_your_key_here"
}
}
}
}
Claude Code — add to your project's .mcp.json:
{
"mcpServers": {
"nightglass": {
"command": "nightglass-mcp",
"env": {
"NIGHTGLASS_API_KEY": "ng_live_your_key_here"
}
}
}
}
Cursor / Windsurf — same format as Claude Desktop, in the respective config file.
| Tier | Price | Credits | Per screenshot | |------|-------|---------|----------------| | 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 agents: nightglass also supports x402 — autonomous agent payments with USDC on Base. No API key needed.
MIT