mcpbeat Sign in

Cssprobe CLI MCP Server

local only

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

Runtime CSS probe — inspect layout, overflow, scroll chains in a real browser. For AI agents.

Installs per day peak 1 063 · avg 100 · -91% w/w
a month agotoday
357
Installs / week
npm · cssprobe-cli
1
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 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.

Builds a file path from a variable src/cli/program.ts:357, src/daemon/session.ts:251
          f.path = path.join(baseDir, rel);
Runs an external command src/daemon/session.ts:121
    const child = require('child_process').spawn(process.execPath, daemonArgs, {

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 cssprobe-cli -- npx -y cssprobe-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cssprobe-cli": {
      "args": [
        "-y",
        "cssprobe-cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cssprobe-cli]
command = "npx"
args = ["-y", "cssprobe-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "cssprobe-cli": {
      "args": [
        "-y",
        "cssprobe-cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cssprobe-cli": {
      "args": [
        "-y",
        "cssprobe-cli"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Cssprobe CLI

same job, measured the same way
Uindow
by uindow

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

448 installs/wk local only
Gateway
by wingmanprotocol-agent

Durable self for AI agents: one-call resume, memory, real browser, free chat + hire real humans.

57 tools answering
Ghostfox
by autokeren

Self-hosted stealth browser for AI agents: Firefox engine + Rust MCP runtime

local only
Plasmate
by plasmate-labs

Browser engine for AI agents. HTML in, Semantic Object Model out. 16x fewer tokens.

32 installs/wk local only
Vessel Browser
by unmodeled-tyler

AI-native browser runtime for autonomous agents with human-in-the-loop supervision

242 installs/wk local only
Thinkrun
by dundas

Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.

68 installs/wk local only
Tabfleet
by tabfleet

Launch, inspect, control, and share isolated cloud browsers for your agents.

answering
C
Playwright MCP Server
by thenextgennexus

Headless browser primitives for AI agents when sites need real JS rendering.

17 tools answering

Cssprobe CLI — questions

Answers built from our own checks of this server.

Why is there no uptime for Cssprobe CLI?
Cssprobe CLI 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 cssprobe-cli was installed 357 times last week.
How do I connect Cssprobe CLI?
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 cssprobe-cli straight from npm; nothing to host, nothing to sign up for.
How many people use Cssprobe CLI?
The npm package cssprobe-cli was installed 357 times in the last week. Week over week that is -91%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cssprobe CLI open source?
Yes — it is published under the MIT licence, written in TypeScript 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.