docs/mintlify/docs-mintlify-mig-tmp/getting-started.mdx
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.
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.
after starting the CLI, you have three ways to access your screen history:
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"
screenpipe works with any AI that supports MCP or HTTP APIs:
| integration | how |
|---|---|
| claude desktop | add screenpipe as MCP server (guide) |
| cursor | add screenpipe MCP to your project (guide) |
| claude code | use screenpipe MCP or curl the API (guide) |
| ollama | configure in app settings, use any local model |
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.