Screenpipe Search
STDIOScreen and audio recording search and analysis tool for Claude Desktop.
Screen and audio recording search and analysis tool for Claude Desktop.
https://github.com/user-attachments/assets/7466a689-7703-4f0b-b3e1-b1cb9ed70cff
Clone the repo:
git clone https://github.com/mediar-ai/screenpipe
Edit claude app config
notepad $env:AppData\Claude\claude_desktop_config.json
code "~/Library/Application Support/Claude/claude_desktop_config.json"
(or cursor
or vim
){ "mcpServers": { "screenpipe": { "command": "uv", "args": [ "--directory", "/absolute/path/to/screenpipe-mcp", "run", "screenpipe-mcp" ] } } }
Note: Restart Claude Desktop after making changes.
npx @modelcontextprotocol/inspector uv run screenpipe-mcp
Would you like me to explain any part in more detail or help with testing?