Skip to main content
Claude Code is Anthropic’s official CLI for agentic coding. with screenpipe integration, Claude can reference what you’ve been working on, recall information from your screen, and access meeting transcriptions.

setup

to make it available across all your projects:

verify connection

available tools

once connected, Claude Code has access to these tools:

usage examples

ask Claude Code to use screenpipe naturally:

search parameters

search-content (vision + audio + input)

example workflows

recall context from earlier:
reference meeting discussion:
debug with screen history:
find code examples:
track what you typed:
recall clipboard history:

requirements

  • screenpipe running on localhost:3030
  • Claude Code CLI installed
  • Node.js >= 18.0.0

troubleshooting

AI agent crashed with “Error: AI agent crashed — restarting automatically…”? this happens when Claude Code can’t communicate with screenpipe or screenpipe encounters an error. try these steps in order:
  1. check screenpipe is running:
    you should see {"status":"healthy"}. if this fails, start screenpipe first.
  2. verify MCP is connected:
    you should see screenpipe in the list with status “ready”.
  3. check screenpipe has recorded data:
    if empty, screenpipe hasn’t recorded anything yet—let it run for a minute and try again.
  4. restart the MCP connection:
  5. check screenpipe logs:
    • macOS/Linux: ~/.screenpipe/screenpipe.log
    • Windows: check event viewer or %APPDATA%\screenpipe\logs
MCP not connecting?
  • verify screenpipe is running: curl http://localhost:3030/health
  • check MCP status in Claude Code: /mcp
  • remove and re-add: claude mcp remove screenpipe && claude mcp add screenpipe --transport stdio -- npx -y screenpipe-mcp
queries returning empty?
  • check screenpipe has data: curl "http://localhost:3030/search?limit=1"
  • ensure screen recording permissions are granted
  • verify the time range you’re querying
permission errors?
  • macos: check System Settings > Privacy & Security > Screen Recording
  • ensure screenpipe app is listed and enabled
still stuck? ask in our discord.