🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ghostlight

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghostlight

Governed browser automation over your own authenticated Chromium session, for AI coding agents. Thin npm launcher for the ghostlight binary.

latest
Source
npmnpm
Version
0.7.3
Version published
Weekly downloads
524
242.48%
Maintainers
1
Weekly downloads
 
Created
Source

ghostlight (npm launcher)

Delightful, responsible browser automation for AI coding agents. Ghostlight gives any MCP client access to your own authenticated Chromium session, keeps the work visible, and adds inspectable boundaries when you want them. All-open is a first-class default.

This npm package is a thin launcher. On first run it downloads the version-matched Ghostlight binaries from the GitHub release and caches them under ~/.ghostlight/bin/, so there are no runtime dependencies. A bare npx ghostlight starts the MCP server your client talks to; npx ghostlight install connects the browser side.

Quick start

Install the service, browser connection, and detected MCP-client entries in one idempotent step:

npx -y ghostlight install

The command opens the current extension walkthrough on the first run. Until the Chrome Web Store listing is public, the walkthrough provides the manual release-archive path. Restart your MCP clients when both halves are installed. Full walkthrough, client buttons, and manual paths: https://sylin.org/ghostlight/

For a client the installer does not recognize, use Ghostlight as this stdio server:

{ "command": "npx", "args": ["-y", "ghostlight"] }

Keywords

mcp

FAQs

Package last updated on 01 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts