Pixelcheck MCP Server

Real eyes and hands for the AI agent that's writing your frontend. Drop-in MCP server. Five browser primitives. Eighteen personas across fifteen countries. Its 12 documented tools cluster into read & search, audit, explore, see. It runs locally over stdio via the published package.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 6 · #48 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Pixelcheck

before you install - you'll need

Set ANTHROPIC_API_KEY before connecting.

Claude Code

claude mcp add xcodethink-pixelcheck -- npx -y pixelcheck

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "xcodethink-pixelcheck": {
      "command": "npx",
      "args": [
        "-y",
        "pixelcheck"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package pixelcheck - unscoped; check the name against the project README before installing

registry namespace io.github.xcodethink is GitHub-verified and matches the repo owner

03 · What Pixelcheck can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 12 documented tools across read & search, audit, explore, including audit_url, explore_url, see, act.

Capability map

Tools grouped from the project's README - what Pixelcheck lets an agent do.

read & search

4 tools - e.g. meta; meta; meta

list_personas · list_scenarios · list_capabilities · get_last_report

Audit

1 tool - e.g. preset

audit_url

Explore

1 tool - e.g. preset

explore_url

See

1 tool - e.g. primitive

see

Act

1 tool - e.g. primitive

act

Extract

1 tool - e.g. primitive

extract

Judge

1 tool - e.g. primitive

judge

Compare

1 tool - e.g. primitive

compare

Latest releases

v2.1.0 · 2026-08-04

v2.0.0 · 2026-08-04

v1.4.4 · 2026-07-29

Nothing changes for consumers. This release existed to exercise the publish path - and it worked. · npm trusted publishing is now live · [email protected] is the first version published with OIDC instead of a stored…

04 · Who maintains Pixelcheck

pixelcheck is maintained by xcodethink. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
browser automation - ranked #48 of 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-04)
registry
io.github.xcodethink/pixelcheck (active, first published 2026-05-04 · 9 versions)
packages
npm:pixelcheck

06 · Pixelcheck FAQ

Is Pixelcheck still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 5 releases in the last 90 days. We re-verify nightly.

What can Pixelcheck do?

An agent gets 12 documented tools across read & search, audit, explore, including audit_url, explore_url, see, act.

How do I install Pixelcheck?

Run `npx -y pixelcheck`. The README documents one environment variable (ANTHROPIC_API_KEY) to set first. Set ANTHROPIC_API_KEY before connecting. You can also paste the ready-made client config above.

Does Pixelcheck run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Pixelcheck

More browser automation MCP servers · Prompt Switchboard MCP Sidecar · Oculo · DeepSeek Visionary · Open Computer Use · Md Feedback

More TypeScript MCP servers · Helldivers2 MCP · Claude Octopus · Codex Octopus · see all