Skip to content
Zed

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

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

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

AppsGolem YouTube Cutter in other clients