Skip to content
Grok

QuickPeek for Grok

co.quickpeek/quickpeek

Turn a URL into a narrated demo video: real browser walkthrough, AI voiceover, captions burned in.

client:Grok transport:stdio runtime:npm

Install QuickPeek in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "quickpeek": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@spark-apps/quickpeek"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

QuickPeek in other clients