Skip to content
Cursor

peek for Cursor

io.github.cubenest/peek-mcp

Exposes recorded browser sessions (rrweb DOM, console, network) to AI coding agents, fully local

client:Cursor transport:stdio runtime:npm

Install peek in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "peek-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@peekdev/mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

peek in other clients