Skip to content
Grok

Scribefy for Grok

io.github.mkirovbg/scribefy-mcp

Search YouTube, get video metadata, and extract timestamped transcripts for AI workflows.

client:Grok transport:stdio runtime:npm

Install Scribefy in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "scribefy-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "scribefy-mcp"
      ],
      "env": {
        "SCRIBEFY_API_KEY": "<SCRIBEFY_API_KEY>",
        "SCRIBEFY_API_BASE": "<SCRIBEFY_API_BASE>"
      }
    }
  }
}

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

Scribefy in other clients