screenpipe.com
screenpipe.com logo

Screenpipe

Enable searching and retrieving screen recordings and associated data for productivity tracking, user behavior analysis,...

Created byApr 22, 2025

1. Configure Claude Desktop

Clone the repo:
Edit claude app config
  • Windows: notepad $env:AppData\Claude\claude_desktop_config.json
  • Mac: code "~/Library/Application Support/Claude/claude_desktop_config.json" (or cursor or vim)
Note: Restart Claude Desktop after making changes.

2. Test the Server

  1. First test with MCP Inspector:
  1. Example queries in Claude:
  • "Search for any mentions of 'rust' in my screen recordings"
  • "Find audio transcriptions from the last hour"
  • "Show me what was on my screen in VSCode yesterday"

Key Features

  1. Search Parameters:
  • Full text search
  • Content type filtering (OCR/Audio/UI)
  • Time range filtering
  • App/window filtering
  • Length constraints
  • Pagination
  1. Response Formatting:
  • Clearly formatted results by content type
  • Relevant metadata included
  • Timestamps and source information
  1. Error Handling:
  • Connection errors
  • Invalid parameters
  • No results cases

Notes

  1. Make sure screenpipe server is running on port 3030
  1. The server assumes local connection - adjust SCREENPIPE_API if needed
  1. All timestamps are handled in UTC
  1. Results are formatted for readability in Claude's interface
Would you like me to explain any part in more detail or help with testing?

1. Configure Claude Desktop

Clone the repo:
Edit claude app config
  • Windows: notepad $env:AppData\Claude\claude_desktop_config.json
  • Mac: code "~/Library/Application Support/Claude/claude_desktop_config.json" (or cursor or vim)
Note: Restart Claude Desktop after making changes.

2. Test the Server

  1. First test with MCP Inspector:
  1. Example queries in Claude:
  • "Search for any mentions of 'rust' in my screen recordings"
  • "Find audio transcriptions from the last hour"
  • "Show me what was on my screen in VSCode yesterday"

Key Features

  1. Search Parameters:
  • Full text search
  • Content type filtering (OCR/Audio/UI)
  • Time range filtering
  • App/window filtering
  • Length constraints
  • Pagination
  1. Response Formatting:
  • Clearly formatted results by content type
  • Relevant metadata included
  • Timestamps and source information
  1. Error Handling:
  • Connection errors
  • Invalid parameters
  • No results cases

Notes

  1. Make sure screenpipe server is running on port 3030
  1. The server assumes local connection - adjust SCREENPIPE_API if needed
  1. All timestamps are handled in UTC
  1. Results are formatted for readability in Claude's interface
Would you like me to explain any part in more detail or help with testing?