mcpbeat Sign in

Pixelcheck MCP Server

by xcodethink Your server? Claim it
local only

Pixelcheck runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from npm. Last commit 4 Aug 2026.

Real eyes and hands on the web for AI agents. MCP-first. Local-first. Vendor-agnostic.

Installs per day peak 467 · avg 36 · +852% w/w
a month agotoday
78
Installs / week
npm · pixelcheck
6
Stars
1 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.mjs
  return path.join(root, newest, `chrome-${token}`, exeName);
Runs an external command src/core/browser-install.ts:326
      execFileSync(cmd, args, { stdio: "ignore" });

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

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Anthropic API key. Required for LLM-backed primitives (judge, extract-with-schema) and the audit_url / explore_url presets. Meta tools (list_personas, list_scenarios, get_last_report) work without it.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pixelcheck

same job, measured the same way
Unclaimed Sol
by nedim1511

The first Vibe Claiming MCP: AI agents scan and reclaim dormant SOL on Solana. Signs locally.

77 installs/wk local only
Wigolo
by knockoutez

Local-first web intelligence MCP server for AI coding agents

940 installs/wk local only
Magpie Search
by xfloukiex-lab

Federated local-first search across transcripts, files, KG, vectors and the web for AI agents.

67 installs/wk local only
The Office Worker
by cafra-house

Local-first document MCP for AI agents: create, read, secure and sign PDF/Word/Excel/PPTX.

3 632 installs/wk local only
Kairn
by primeline-ai

Local-first knowledge engine for AI agents: memory, graph, and recall over MCP.

local only
Anno
by philmingdao

Local-first HTML review, editing, and annotation for AI coding agents.

45 installs/wk local only
Drengr
by drengr

Eyes and hands for AI agents on Android and iOS devices.

241 installs/wk local only
Memento
by runmemento

Local-first, LLM-agnostic memory layer for AI assistants.

142 installs/wk local only

Pixelcheck — questions

Answers built from our own checks of this server.

Why is there no uptime for Pixelcheck?
Pixelcheck 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 pixelcheck was installed 78 times last week.
How do I connect Pixelcheck?
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 pixelcheck straight from npm; nothing to host, nothing to sign up for.
How many people use Pixelcheck?
The npm package pixelcheck was installed 78 times in the last week. Week over week that is +852%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pixelcheck open source?
Yes — it is published under the MIT licence, written in TypeScript, 6 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.