mediar-ai

screenpipe-mcp

Community mediar-ai
Updated

MCP server for screenpipe search

https://github.com/user-attachments/assets/7466a689-7703-4f0b-b3e1-b1cb9ed70cff

1. Configure Claude Desktop

Download Claude desktop app

Clone the repo:

git clone https://github.com/mediar-ai/screenpipe

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)
{
    "mcpServers": {
        "screenpipe": {
            "command": "uv",
            "args": [
                "--directory",
                "/absolute/path/to/screenpipe-mcp",
                "run",
                "screenpipe-mcp"
            ]
        }
    }
}

Note: Restart Claude Desktop after making changes.

2. Test the Server

  1. First test with MCP Inspector:
npx @modelcontextprotocol/inspector uv run screenpipe-mcp
  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
  2. The server assumes local connection - adjust SCREENPIPE_API if needed
  3. All timestamps are handled in UTC
  4. Results are formatted for readability in Claude's interface

Would you like me to explain any part in more detail or help with testing?

MCP Server · Populars

MCP Server · New

    Matthew-Wise

    Umbraco MCP

    A model context protocol (MCP) server for Umbraco

    Community Matthew-Wise
    orneryd

    M.I.M.I.R - Multi-agent Intelligent Memory & Insight Repository

    Mimir - Fully open and customizable memory bank with semantic vector search capabilities for locally indexed files (Code Intelligence) and stored memories that are shared across sessions and chat contexts allowing worker agent to learn from errors in past runs. Includes Drag and Drop multi-agent orchestration

    Community orneryd
    BetterThanTomorrow

    Make CoPilot an Interactive Programmer

    VS Code AI Agent Interactive Programming. Tools for CoPIlot and other assistants. Can also be used as an MCP server.

    Community BetterThanTomorrow
    chenningling

    小红书自动搜索评论工具(MCP Server 2.0)

    这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。

    Community chenningling
    Dianel555

    Paper Search MCP (Node.js)

    A Node.js implementation of the Model Context Protocol (MCP) server for searching and downloading academic papers from multiple sources, including **Web of Science**, arXiv, and more.

    Community Dianel555