Skip to content
Cursor

AppsGolem YouTube Cutter for Cursor

io.github.apancyborg/appsgolem-mcp

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

client:Cursor transport:stdio runtime:npm

Install AppsGolem YouTube Cutter in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AppsGolem YouTube Cutter in other clients