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
{
"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