mcpbeat Sign in

Ghostlight MCP Server

local only

Ghostlight runs on your own machine — the client starts it, so there is no endpoint to ping. 765 installs a week from npm. Last commit 17 Sep 2026.

Visible local browser automation in signed-in Chromium, with optional policy and audit.

Installs per day peak 692 · avg 67 · +84% w/w
a month agotoday
765
Installs / week
npm · ghostlight
1
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Rust

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/ghostlight.js:1
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable packaging/mcpb/server/launch.js:22
  return path.join(serverDirectory, "bin", targetFor(platform, architecture), `${name}${extension}`);
  const child = spawn(launch.executable, launch.arguments_, { stdio: "inherit" });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ghostlight -- npx -y ghostlight
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ghostlight": {
      "args": [
        "-y",
        "ghostlight"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ghostlight]
command = "npx"
args = ["-y", "ghostlight"]
.cursor/mcp.json
{
  "mcpServers": {
    "ghostlight": {
      "args": [
        "-y",
        "ghostlight"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ghostlight": {
      "args": [
        "-y",
        "ghostlight"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Ghostlight

same job, measured the same way
Chromium Bridge
by dashi96

MCP bridge between Chromium browsers (Arc, Vivaldi, Brave) and Claude Code: browser automation

43 installs/wk local only
Webdriverio
by webdriverio

MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)

5 275 installs/wk local only
CloakBrowser MCP
by swimmwatch

Playwright MCP-compatible browser automation bridge for CloakBrowser Chromium.

266 installs/wk local only
Uindow
by uindow

Real signed-browser automation for AI agents, over a local stdio MCP server.

448 installs/wk local only
Selenix MCP Server
by markmircea

MCP server that bridges local apps with Selenix for browser automation.

32 installs/wk local only
MCP Browser
by cherchyk

Browser automation using the user's Chromium session — JS execution, auth, and anti-bot support.

297 installs/wk local only
Playwright Stealth
by pulsemcp

Browser automation using Playwright with optional stealth mode to bypass anti-bot protection.

547 installs/wk local only
Browser MCP Cdp
by zhiqi-li

Local Chrome via CDP with profile-snapshot isolation and shared-broker multi-client support

36 installs/wk local only

Ghostlight — questions

Answers built from our own checks of this server.

Why is there no uptime for Ghostlight?
Ghostlight runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ghostlight was installed 765 times last week.
How do I connect Ghostlight?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ghostlight straight from npm; nothing to host, nothing to sign up for.
How many people use Ghostlight?
The npm package ghostlight was installed 765 times in the last week. Week over week that is +84%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ghostlight open source?
Yes — it is published under the Apache-2.0 licence, written in Rust and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.