Back to MCP Servers
Screenpipe
🎖️ 🦀 🏠 🍎 Local-first system capturing screen/audio with timestamped indexing, SQL/embedding storage, semantic search, LLM-powered history analysis, and event-triggered actions - enables building context-aware AI agents through a NextJS plugin ecosystem.
other-tools-and-integrationsnextjsaillmembeddingragagent
By mediar-ai
Installation
npx -y screenpipeConfiguration
{
"mcpServers": {
"screenpipe": {
"command": "npx",
"args": ["-y", "screenpipe"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes