Loading MCP server directory, please wait...
Screenshot API for MCP clients. Capture any URL as PNG with mockup mode support.
npx @getmcp/cli add io.github.mizukaizen/nightglassRequires Node.js 18+. Community-contributed server. Review source before installing.
NIGHTGLASS_API_KEYYour nightglass API key from api.nightglass.xyz/dashboard
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mizukaizen/nightglass": {
"command": "npx",
"args": [
"-y",
"nightglass-mcp"
],
"env": {
"NIGHTGLASS_API_KEY": ""
}
}
}
}