Skip to main content
Glama
mizukaizen

nightglass MCP Server

by mizukaizen

nightglass MCP Server

任意のMCP互換クライアント(Claude Desktop、Cursor、Windsurf、Claude Codeなど)からウェブサイトのスクリーンショットを撮影できます。

nightglass スクリーンショットAPIを利用しています。

ツール

take_screenshot

任意のウェブサイトのスクリーンショットを撮影します。PNG画像をそのまま会話に返します。

パラメータ:

パラメータ

デフォルト

説明

url

string

必須

スクリーンショットするURL

format

png | jpeg | webp

png

出力形式

style

raw | mockup

raw

mockup はスクリーンショットをブラウザフレームで包みます

full_page

boolean

false

スクロール可能なページ全体をキャプチャします

viewport_width

number

1280

ビューポート幅 (320–3840)

viewport_height

number

720

ビューポート高さ (200–2160)

delay

number

0

ページ読み込み後の待機時間(ミリ秒)

dark_mode

boolean

false

ダークカラースキームをエミュレートします

check_balance

アカウントの残高と残りのスクリーンショットクレジットを確認します。

Related MCP server: ScreenshotOne MCP Server

セットアップ

1. APIキーを取得

api.nightglass.xyz/dashboard でサインアップし、APIキーを作成します。最初に無料のスクリーンショット50枚が付与されます。

2. インストール

npm install -g nightglass-mcp

3. MCPクライアントを設定

Claude Desktopclaude_desktop_config.json に追加:

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

Claude Code — プロジェクトの .mcp.json に追加:

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

Cursor / Windsurf — Claude Desktopと同じ形式で、それぞれの設定ファイルに追加します。

料金

プラン

価格

クレジット

スクリーンショットあたり

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エージェント: nightglass は x402 もサポートしています。Base上のUSDCによる自律エージェント決済です。APIキーは不要です。

リンク

ライセンス

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