screenpipe for Cursor
io.github.screenpipe/screenpipe-mcp
Search your local screen recordings, audio transcripts, and computer activity from screenpipe.
client:Cursor
transport:stdio
runtime:npm
Install screenpipe in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"screenpipe-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"screenpipe-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs