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.
We read the source, 17 h ago · rules 3dff92dd89df
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.
этот файл ставится пользователю, но в репозитории его нет
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.
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.
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.
claude mcp add ghostlight -- npx -y ghostlight
{
"mcpServers": {
"ghostlight": {
"args": [
"-y",
"ghostlight"
],
"command": "npx"
}
}
}
[mcp_servers.ghostlight]
command = "npx"
args = ["-y", "ghostlight"]
{
"mcpServers": {
"ghostlight": {
"args": [
"-y",
"ghostlight"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"ghostlight": {
"args": [
"-y",
"ghostlight"
],
"command": "npx"
}
}
}
MCP bridge between Chromium browsers (Arc, Vivaldi, Brave) and Claude Code: browser automation
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
Playwright MCP-compatible browser automation bridge for CloakBrowser Chromium.
Real signed-browser automation for AI agents, over a local stdio MCP server.
MCP server that bridges local apps with Selenix for browser automation.
Browser automation using the user's Chromium session — JS execution, auth, and anti-bot support.
Browser automation using Playwright with optional stealth mode to bypass anti-bot protection.
Local Chrome via CDP with profile-snapshot isolation and shared-broker multi-client support
Answers built from our own checks of this server.