PluginBench
MCP Server

io.github.mizukaizen/nightglass MCP Server

io.github.mizukaizen/nightglass

What is the io.github.mizukaizen/nightglass MCP server?

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

How to install io.github.mizukaizen/nightglass

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • NIGHTGLASS_API_KEY
    required
    secret

    Your nightglass API key from api.nightglass.xyz/dashboard

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nightglass": {
      "command": "npx",
      "args": [
        "-y",
        "nightglass-mcp"
      ],
      "env": {
        "NIGHTGLASS_API_KEY": "<YOUR_NIGHTGLASS_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "nightglass": {
      "command": "npx",
      "args": [
        "-y",
        "nightglass-mcp"
      ],
      "env": {
        "NIGHTGLASS_API_KEY": "<YOUR_NIGHTGLASS_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nightglass": {
      "command": "npx",
      "args": [
        "-y",
        "nightglass-mcp"
      ],
      "env": {
        "NIGHTGLASS_API_KEY": "<YOUR_NIGHTGLASS_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "nightglass": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nightglass-mcp"
      ],
      "env": {
        "NIGHTGLASS_API_KEY": "<YOUR_NIGHTGLASS_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add nightglass --env NIGHTGLASS_API_KEY=<YOUR_NIGHTGLASS_API_KEY> -- npx -y nightglass-mcp

Related MCP servers

Agent knowledge marketplace. 105 products, 6 MCP tools, x402 payments on Base network.

View repository →

melis x402 Tools — 22 pay-per-call APIs for AI agents. No accounts, no API keys. USDC on Base.

View repository →