Odel
AppsGolem YouTube Cutter

AppsGolem YouTube Cutter

Local
@apancyborgTypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmappsgolem-mcpv0.1.2

Run

npx -y appsgolem-mcp

MCP client config

{
  "mcpServers": {
    "appsgolem-youtube-cutter": {
      "command": "npx",
      "args": [
        "-y",
        "appsgolem-mcp"
      ]
    }
  }
}