QuickPeek for VS Code
co.quickpeek/quickpeek
Turn a URL into a narrated demo video: real browser walkthrough, AI voiceover, captions burned in.
client:VS Code
transport:stdio
runtime:npm
Install QuickPeek in VS Code
.vscode/mcp.json
{
"servers": {
"quickpeek": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@spark-apps/quickpeek"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs