Skip to content
Grok

AppsGolem YouTube Cutter for Grok

io.github.apancyborg/appsgolem-mcp

Cut clips from YouTube videos in any format and get a direct download URL.

client:Grok transport:stdio runtime:npm

Install AppsGolem YouTube Cutter 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": {
    "appsgolem-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "appsgolem-mcp"
      ],
      "env": {
        "APPSGOLEM_API_KEY": "<APPSGOLEM_API_KEY>",
        "APPSGOLEM_API_BASE": "<APPSGOLEM_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

AppsGolem YouTube Cutter in other clients