mcpbeat Sign in

screenpipe MCP Server

by screenpipe Your server? Claim it
local only

screenpipe runs on your own machine — the client starts it, so there is no endpoint to ping. 2 973 installs a week from npm. Last commit 18 Sep 2026.

Search your local screen recordings, audio transcripts, and computer activity from screenpipe.

Installs per day peak 1 315 · avg 327 · +321% w/w
a month agotoday
2 973
Installs / week
npm · screenpipe-mcp
21616
Stars
12 open issues
18 Sep 2026
Last commit
0 releases in 90 days
custom licence
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

      container.innerHTML = results.map(result => {
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

      $token = (Invoke-RestMethod -Headers @{ Metadata = 'true' } -Method Get -Uri "http://169.254.169.254/metadata/identity/oauth2/token?api-version=2018-02-01&resource=$encoded").access_token
          xlinkHref="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALUAAAEACAYAAAD1IzfbAAAMQGlDQ1BJQ0MgUHJvZmlsZQAASImVVwdYU8kWnluSkEBoAQSkhN4EkRpASggt9I5gIyQBQokxEFTsyKKCa0FFBGzoqoiCFRA7YmdR7H2xoKKsiwW78iYFdN1XvjffN3f++8+Z/5w5d+beOwCoHeeIRDmoOgC5wnxxbLA/fVxyCp30FJAAARCBOjDncPNEz…
Installs itself into autostart infra/release-mac-runner/configure-runner.sh:43
…e-cache/work'\",\"sudo -u ec2-user -H /bin/bash -lc 'cd /Users/ec2-user/actions-runner && rm -f /Users/ec2-user/Library/LaunchAgents/$SERVICE_LABEL.plist .service runsvc.sh && ./svc.sh install'\",\"plutil -insert EnvironmentVariables.PATH -string '/opt/homebrew/bin:/Users/ec2-use…
    subprocess.Popen(
    let child = Process()

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add screenpipe-mcp -- npx -y screenpipe-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "screenpipe-mcp": {
      "args": [
        "-y",
        "screenpipe-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.screenpipe-mcp]
command = "npx"
args = ["-y", "screenpipe-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "screenpipe-mcp": {
      "args": [
        "-y",
        "screenpipe-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "screenpipe-mcp": {
      "args": [
        "-y",
        "screenpipe-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to screenpipe

same job, measured the same way
Clipy
by clipy

Read your Clipy screen recordings: search, transcripts, AI summaries, and key moments with frames.

133 installs/wk local only
T
Memo AI – meeting assistant
by memoai

Search transcripts and summaries of your meetings, calls, and recordings in Memo AI

37 installs/wk local only
Walkie MCP
by adamperlis

Search and read your recorded meetings: notes, action items, participants, transcripts.

answering
Zoom Meetings
by zoom

Zoom Meetings server for meeting search, recordings, transcripts, summaries, and meeting assets.

answering
Call Copilot
by anisurrahmann

Search and read locally-recorded meeting transcripts over stdio. Read-only, no network.

239 installs/wk local only
Crixin Voice
by crixin

Give your AI a real phone: place calls, send SMS, fetch recordings and transcripts. Local or hosted.

137 installs/wk answering
note1.ai
by note1

Search meetings, export summaries and transcripts, and manage recordings from any AI tool.

answering
Laxis
by laxis-tech

Search and read your Laxis meeting transcripts, AI summaries, and participants from Claude.

answering

screenpipe — questions

Answers built from our own checks of this server.

Why is there no uptime for screenpipe?
screenpipe runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package screenpipe-mcp was installed 2 973 times last week.
How do I connect screenpipe?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls screenpipe-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use screenpipe?
The npm package screenpipe-mcp was installed 2 973 times in the last week. Week over week that is +321%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is screenpipe open source?
No, and the distinction matters: it ships its own licence file rather than a standard open-source licence. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.