Skip to main content

desktop app

download the desktop app and follow the installation instructions. works on macOS, Windows, and Linux. the app manages recording, settings, and search — no terminal needed.

CLI

npx screenpipe@latest record
this starts the screenpipe daemon in the background and continuously records your screen. data is stored in ~/.screenpipe/ on your local machine.

access your recorded timeline

after starting the CLI, you have three ways to access your screen history:
  1. Desktop app (easiest) — download the screenpipe app for a visual timeline and built-in search
  2. REST API — query recorded content directly via curl or code (see below)
  3. AI assistants — connect Claude, Cursor, or other tools via MCP

verify it’s running

once screenpipe starts, it serves an API on localhost:3030:
# check health
curl http://localhost:3030/health

# search your screen history
curl "http://localhost:3030/search"

connect to AI

screenpipe works with any AI that supports MCP or HTTP APIs:
integrationhow
claude desktopadd screenpipe as MCP server (guide)
cursoradd screenpipe MCP to your project (guide)
claude codeuse screenpipe MCP or curl the API (guide)
ollamaconfigure in app settings, use any local model

what’s next?

get the desktop app

screenpipe includes everything you need out of the box — 24/7 screen recording, AI-powered search, pipes, MCP server, and more. lifetime plans available starting at $400. download screenpipe →