Skip to content
VS Code

screenpipe for VS Code

io.github.screenpipe/screenpipe-mcp

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

client:VS Code transport:stdio runtime:npm

Install screenpipe in VS Code

.vscode/mcp.json

{
  "servers": {
    "screenpipe-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "screenpipe-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

screenpipe in other clients