HomeDesign & Media › AppsGolem YouTube Cutter

AppsGolem YouTube Cutter

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

Official TypeScript CloudLocal macOSWindowsLinux
★ 0 stars Last pushed 2026-09-04 License: MIT

Topics: Multimedia Process

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "appsgolem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "APPSGOLEM_API_KEY": "<YOUR_VALUE>",
        "APPSGOLEM_API_BASE": "<YOUR_VALUE>"
      }
    }
  }
}
  • APPSGOLEM_API_KEY required secret — Your AppsGolem API key (ag_live_…). Create one at https://appsgolem.com/agents.
  • APPSGOLEM_API_BASE — Override the API base URL (default https://appsgolem.com) for self-host or dev.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry