Back to Browse

Pir MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Motion sensor for AI agents: tells when a screen region changes or goes still. Scores, never pixels.

About

Motion sensor for AI agents: tells when a screen region changes or goes still. Scores, never pixels.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

9 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Screenshot command template writing binary PPM to stdout; {x} {y} {w} {h} substituted. Default: grim (wlroots).Optional

Environment variable: PIR_CAPTURE_CMD

Interactive rectangle selector printing 'x,y wxh'. Default: slurp. Empty disables the pick tools.Optional

Environment variable: PIR_SELECT_CMD

Prints 'x,y wxh' for window {id}. Default: Hyprland via jq. Empty disables window regions.Optional

Environment variable: PIR_WINDOW_GEOMETRY_CMD

Interactive window pick printing the window id. Default: Hyprland + slurp.Optional

Environment variable: PIR_PICK_WINDOW_CMD

Cap for blocking calls, ms (default 540000); keep under the host's MCP tool timeout.Optional

Environment variable: PIR_MAX_WAIT_MS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-solteris-dev-pir-mcp": {
      "env": {
        "PIR_SELECT_CMD": "your-pir-select-cmd-here",
        "PIR_CAPTURE_CMD": "your-pir-capture-cmd-here",
        "PIR_MAX_WAIT_MS": "your-pir-max-wait-ms-here",
        "PIR_PICK_WINDOW_CMD": "your-pir-pick-window-cmd-here",
        "PIR_WINDOW_GEOMETRY_CMD": "your-pir-window-geometry-cmd-here"
      },
      "args": [
        "-y",
        "pir-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

pir-mcp

A motion sensor for AI agents.

"Gives your LLM agents enough info to be a helpful "watcher" without being a privacy nightmare like Windows Recall" -Solteris-Dev

pir-mcp MCP server – quality and maintenance score on Glama

A PIR sensor tells you that something moved, never what. This is the same idea for a screen: an MCP server that watches named rectangles and answers "did this change?" and "has this gone still?" with a number, a size and a timestamp. No tool in it returns pixels, image files, or anything that could be turned back into a picture.

It exists because an agent driving a desktop keeps needing the same two things: wake me when the build output moves and tell me if this status bar has stopped ticking. Both are motion questions. Neither needs a screenshot.

What it does

  • pir_pick_region ask the person at the screen to draw the rectangle, the way a regional screenshot works (slurp, slop). The human chooses what is sensed; the agent gets the geometry. Use this whenever someone is there.
  • pir_pick_mask the same gesture for a patch inside a region to ignore (a clock, a spinner, a caret).
  • pir_define_region the scriptable path: name a rectangle by global layout coordinates, with optional masks.
  • pir_pick_window / pir_define_window watch a window instead of a fixed rectangle. Its geometry is looked up again before every capture, so the region follows the window when it moves; a resize counts as maximal change. The pick offers your visible windows as boxes to click.
  • pir_sample capture once, score against the previous sample of that region. Cheap; also the way to check the capture command works.
  • pir_wait_for_change block until the region departs from how it looked when the call began, or time out. A doorbell.
  • pir_wait_for_stillness block until nothing has changed for still_for_ms, or time out. A short window means "the animation settled, safe to act". A long window on something that should keep changing means it is frozen, and still=true is the alarm.
  • pir_list_regions, pir_remove_region housekeeping.

Every comparison reports two numbers over a coarse grid of averaged colour cells (at most 64 across, each at least 4 px), both 0 for identical and 1 for black against white:

  • rmse over the whole grid: did the region as a whole move? A cursor edge or an antialiased caret scores about 0.02; a dialog opening 0.1 or more. This is the default metric, threshold 0.05.
  • peak the single most-changed cell: did anything in it move? A clock digit flipping inside a 1920-wide status bar scores rmse 0.018 (invisible to the default) but peak 0.145. Use metric=peak for a small thing that should tick inside a larger region.

Averaging is what makes this a sensor rather than a camera: 64 cells cannot be read.

What it deliberately does not do

  • It never returns image data. There is no snapshot tool and none is planned. If an agent needs to see, use the screenshot tool your environment already has, so that choice stays explicit and yours.
  • It never writes frames to disk. A capture lives in memory for the milliseconds it takes to reduce it to a grid, and only the grid of the last sample is kept per region.
  • It does not capture on its own. Every sample is a tool call the agent made, visible in the transcript, and pir_pick_region carries a purpose line the agent has to write down before you draw.

What it does reveal, so you can decide whether that is acceptable: that a given rectangle changed, at a given time, by a given magnitude. On a region covering a chat window that is presence information. Choose regions accordingly; the server has no opinion.

The capture itself is delegated to a command you configure, run with your privileges. The default is grim, so nothing here has screen access that you did not already give to grim.

Install

It is on npm as pir-mcp and in the official MCP Registry as io.github.Solteris-Dev/pir-mcp, so most clients can run it with npx -y pir-mcp and no clone:

claude mcp add -s user pir -- npx -y pir-mcp

From source:

git clone https://github.com/Solteris-Dev/pir-mcp
cd pir-mcp && npm install && npm run build

Requires Node 20+ and a screenshot tool that can write binary PPM to stdout.

Capture command

PIR_CAPTURE_CMD is a template; {x} {y} {w} {h} are substituted and the result runs under sh -c. It must print a binary PPM (P6) to stdout.

environmentcommand
wlroots / Hyprland / Sway (default)grim -g "{x},{y} {w}x{h}" -t ppm -
X11 with maimmaim -g {w}x{h}+{x}+{y} -f png | magick png:- ppm:-
X11 with ImageMagickimport -window root -crop {w}x{h}+{x}+{y} +repage ppm:-
macOSscreencapture -x -R{x},{y},{w},{h} -t png /dev/stdout | magick png:- ppm:-

Coordinates are whatever the capture tool uses. On a wlroots layout that is the global layout, so an output placed left of the primary has negative x.

Selector command

PIR_SELECT_CMD runs when an agent calls pir_pick_region or pir_pick_mask and must print x,y wxh. Set it to an empty string to remove those tools entirely.

environmentcommand
wlroots / Hyprland / Sway (default)slurp -f "%x,%y %wx%h"
X11slop -f "%x,%y %wx%h"
macOSsee contrib/macos (untested)

Window commands

PIR_WINDOW_GEOMETRY_CMD gets {id} substituted and must print x,y wxh for that window; PIR_PICK_WINDOW_CMD must print the id of the window the person chose. Both default to Hyprland (via jq and slurp -r). Set either to an empty string to remove the corresponding tools. Window ids are limited to [A-Za-z0-9_.:-] before they reach a shell.

environmentgeometrypick
Hyprland (default)hyprctl -j clients | jq -r --arg id "{id}" '.[] | select(.address==$id) | "\(.at[0]),\(.at[1]) \(.size[0])x\(.size[1])"'visible windows as slurp boxes, prints the address
Swayswaymsg -t get_tree | jq -r '.. | select(.id? == {id}) | "\(.rect.x),\(.rect.y) \(.rect.width)x\(.rect.height)"'swaymsg -t get_tree | jq -r '.. | select(.visible? == true) | "\(.rect.x),\(.rect.y) \(.rect.width)x\(.rect.height) \(.id)"' | slurp -r -f '%l'
X11xdotool getwindowgeometry --shell {id} | awk -F= '/^X/{x=$2}/^Y/{y=$2}/^WIDTH/{w=$2}/^HEIGHT/{h=$2}END{print x","y" "w"x"h}'xdotool selectwindow

Only the Hyprland pair has been run; the others are written from the tools' documentation.

Claude Code

claude mcp add -s user pir -- npx -y pir-mcp
# or, from a source checkout:
claude mcp add -s user pir -- node /path/to/pir-mcp/dist/stdio.js

Blocking calls default to 55 s and are capped by PIR_MAX_WAIT_MS (540 s). Keep the cap under your host's MCP tool timeout; an agent that needs to watch for longer just calls again.

Other settings

variabledefaultmeaning
PIR_REGIONSunsetJSON file of regions to define at startup
PIR_THRESHOLD0.05default change threshold
PIR_INTERVAL_MS500default sampling period
PIR_DEFAULT_WAIT_MS55000default timeout for blocking calls
PIR_MAX_WAIT_MS540000cap for blocking calls
PIR_CAPTURE_TIMEOUT_MS10000how long one capture may take
PIR_SELECT_TIMEOUT_MS60000how long the person has to draw a selection
PIR_MAX_CELLS64grid resolution on the long side; smaller is coarser and more private

A regions file looks like:

[
  { "name": "bar", "x": 0, "y": 0, "w": 1920, "h": 26,
    "masks": [{ "x": 1690, "y": 0, "w": 110, "h": 26 }] }
]

Example

The case that produced this: a status bar that occasionally froze for hours while its process looked healthy. The clock in it should change every minute, so a bar that is still for three minutes is a frozen bar.

pir_pick_region         name=bar purpose="watch the status bar for a freeze"
pir_wait_for_stillness  name=bar still_for_ms=180000 metric=peak timeout_ms=540000

still=true comes back only if the bar stopped; otherwise the call returns still=false at the timeout and the agent calls again. Nothing on the screen was ever seen, and the person drew the rectangle themselves.

Contributing starting points

contrib/macos/ holds an AppKit rectangle selector and capture recipe, written blind and untested. If you run it on a real Mac, fix what breaks and send it back.

Tests

npm test

License

MIT.

Reviews

No reviews yet

Be the first to review this server!