Skip to main content
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

bunx screenpipe record

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?