pir mcp for Cline
io.github.solteris-dev/pir-mcp
Motion sensor for AI agents: tells when a screen region changes or goes still. Scores, never pixels.
client:Cline
transport:stdio
runtime:npm
Install pir mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"pir-mcp": {
"command": "npx",
"args": [
"-y",
"pir-mcp"
],
"env": {
"PIR_CAPTURE_CMD": "<PIR_CAPTURE_CMD>",
"PIR_SELECT_CMD": "<PIR_SELECT_CMD>",
"PIR_WINDOW_GEOMETRY_CMD": "<PIR_WINDOW_GEOMETRY_CMD>",
"PIR_PICK_WINDOW_CMD": "<PIR_PICK_WINDOW_CMD>",
"PIR_MAX_WAIT_MS": "<PIR_MAX_WAIT_MS>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs