AppsGolem YouTube Cutter for Zed
io.github.apancyborg/appsgolem-mcp
Cut clips from YouTube videos in any format and get a direct download URL.
client:Zed
transport:stdio
runtime:npm
Install AppsGolem YouTube Cutter in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"appsgolem-mcp": {
"command": "npx",
"args": [
"-y",
"appsgolem-mcp"
],
"env": {
"APPSGOLEM_API_KEY": "<APPSGOLEM_API_KEY>",
"APPSGOLEM_API_BASE": "<APPSGOLEM_API_BASE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs