Skip to content
Zed

Scribefy for Zed

io.github.mkirovbg/scribefy-mcp

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

client:Zed transport:stdio runtime:npm

Install Scribefy in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Scribefy in other clients