Claude Desktop can access your screenpipe recordings via MCP (Model Context Protocol), allowing Claude to search your screen history, recall information, and access meeting transcriptions.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/screenpipe/screenpipe/llms.txt
Use this file to discover all available pages before exploring further.
one-click setup
the easiest way:manual setup
if the one-click method doesn’t work, you can configure manually:- save the file
- restart Claude Desktop (important!)
- look for the MCP indicator in Claude’s interface
what you can do
once connected, Claude can: search your screen history:available tools
Claude gets access to these screenpipe tools via MCP:search-content
search screen OCR, audio transcriptions, and input events with filters:- time range (start_time, end_time)
- content type (all, ocr, audio, input, accessibility)
- app/window filtering
- speaker filtering for audio
- pagination support
export-video
create MP4 videos from screen recordings for specific time ranges.activity-summary
get app usage statistics and activity overview for a time range.list-meetings
list detected meetings with duration, app, and attendees.search-elements
search structured UI elements (lighter than search-content).frame-context
get detailed context for a specific frame including accessibility tree and URLs. see the MCP server documentation for detailed parameter reference.example workflows
context-aware research:tips for best results
be specific with time ranges:privacy & data
- all data stays local on your machine
- Claude only accesses screenpipe via localhost (no external access)
- you can disable the MCP connection anytime by removing it from config
- screenpipe never sends data to Anthropic’s servers
troubleshooting
MCP not connecting?- verify screenpipe is running:
curl http://localhost:3030/health - restart Claude Desktop after config changes
- check for the MCP indicator in Claude’s interface (should show “screenpipe”)
- ensure screenpipe has been running and recording
- check you have screen recording permissions granted
- try a broader time range
- update to latest screenpipe version
- ensure port 3030 is not blocked
- check screenpipe logs for errors
- create the directory if it doesn’t exist:
- macOS:
mkdir -p ~/Library/Application\ Support/Claude - Windows: directory should exist after Claude installation
- macOS:
- create the
claude_desktop_config.jsonfile manually