Search your local screen recordings, audio transcripts, and computer activity from screenpipe.
claude mcp add screenpipe-mcp -- npx -y screenpipe-mcp
claude_desktop_config.json
{
"mcpServers": {
"screenpipe-mcp": {
"command": "npx",
"args": [
"-y",
"screenpipe-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"screenpipe-mcp": {
"command": "npx",
"args": [
"-y",
"screenpipe-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"screenpipe-mcp": {
"command": "npx",
"args": [
"-y",
"screenpipe-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"screenpipe-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"screenpipe-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"screenpipe-mcp": {
"command": "npx",
"args": [
"-y",
"screenpipe-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.screenpipe--screenpipe-mcp/reviews or the review_server meta-tool.
POST /mcp