Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. AppsGolem YouTube Cutter
AppsGolem YouTube Cutter logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 6:34:20 PM

AppsGolem YouTube Cutter

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "appsgolem-youtube-cutter": {
      "command": "npx",
      "args": [
        "-y",
        "appsgolem-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

appsgolem-mcp (Node / TypeScript)

npm

An MCP server for the AppsGolem YouTube cutter API. It lets an AI agent (Claude Desktop, Claude Code, Cursor, …) cut clips from YouTube videos β€” in any format the web cutter supports β€” and get a direct download URL back. The REST logic lives in a small, dependency-light client (src/client.ts); src/server.ts is the thin MCP tool layer over it.

Get your API key β†’ appsgolem.com/agents β€” sign up, add prepaid credits, and generate a key (ag_live_…). That page also has copy-paste setup for Claude Code, Codex, Cursor, and any MCP client, plus a prompt cookbook.

Requirements

  • Node.js >= 18 (uses the global fetch).
  • An AppsGolem API key (ag_live_…) β€” get one at appsgolem.com/agents (sign up β†’ add credits β†’ generate a key in your dashboard). Credits are prepaid; buy a pack or a subscription, no auto-renewal required.

Install / connect (no manual install)

npx fetches and runs the server on demand β€” nothing to install globally.

Claude Desktop / Cursor β€” add to the client's MCP config (e.g. claude_desktop_config.json):

config.json
{
  "mcpServers": {
    "appsgolem": {
      "command": "npx",
      "args": ["-y", "appsgolem-mcp"],
      "env": { "APPSGOLEM_API_KEY": "ag_live_…" }
    }
  }
}

Claude Code β€” one command:

Terminal
claude mcp add appsgolem -e APPSGOLEM_API_KEY=ag_live_… -- npx -y appsgolem-mcp

The server speaks MCP over stdio (the transport those clients use). A missing APPSGOLEM_API_KEY is not fatal at startup β€” the server still starts and advertises its tools; each call then returns a clear config_error telling you to set the key.

Configuration

Env varRequiredDefaultNotes
APPSGOLEM_API_KEYyesβ€”Your ag_live_… key.
APPSGOLEM_API_BASEnohttps://appsgolem.comOverride for self-host / dev.

Pricing

1 produced clip = 1 credit. 2160p (4K) = 4 credits per clip β€” except audio_only, which stays 1. A source longer than 2 h adds +1 once per job, but only when its duration is known (the surcharge is skipped if the probe can't determine it). A batch/stitch of N clips costs N per-clip. Failed cuts are never billed.


Tools

The server exposes three tools. A call that passes MCP input-schema validation returns a structured result β€” the API's own JSON on success, or { "error": … } on any handler/API failure β€” and never raises a protocol-level error, so an agent always gets a usable object. (Invalid tool arguments are rejected by the MCP SDK before the handler runs, as a text-only isError result.)

1. cut_youtube_video

Cut a clip (or a batch of clips) from a YouTube video. By default it waits until the clip is produced and returns its status (including a download_url once a download token is ready); set wait: false to submit and return immediately with the current job (its state is normally queued after dispatch).

Parameters

NameTypeDefaultNotes
urlstringβ€”Required. YouTube watch / share / youtu.be URL. Playlists are rejected.
startstringβ€”Clip start: "SS", "MM:SS", or "HH:MM:SS" (≀ 300 h). Omit when using clips.
endstringβ€”Clip end, same formats (≀ 300 h). Omit when using clips.
resolutionstring1080p144p Β· 240p Β· 360p Β· 480p Β· 720p Β· 1080p Β· 1440p Β· 2160p (4K; total cut ≀ 60 min).
modestringvideovideo Β· audio_only Β· both Β· nosound Β· short Β· gif Β· frames (see Modes below).
audio_formatstringβ€”The audio_only output format: mp3 Β· m4a Β· wav Β· flac (server defaults to mp3). both always produces MP3.
bitratestringβ€”Lossy-audio bitrate 320 Β· 256 Β· 192 Β· 128 (default 320): MP3/M4A in audio_only, MP3 in both; ignored for WAV/FLAC.
fastbooleanfalseStream-copy (β‰ˆ10Γ— faster, keyframe-aligned); video / nosound / both only. Mutually exclusive with a non-1Γ— speed β€” if both are set, fast wins and speed is forced to 1.0.
speednumber1.0Playback speed 0.5 Β· 1 Β· 1.25 Β· 1.5 Β· 2. video / nosound / both / audio_only.
interval_msinteger2000frames sampling interval: 100 Β· 500 Β· 1000 Β· 2000 Β· 5000 Β· 10000 (non-sheet extraction is capped at 1,800 JPGs total across all clips).
burn_tsbooleanfalseframes: burn the source timestamp onto each JPG.
sheetbooleanfalseframes: return a single contact-sheet JPG (2–80 frames, single clip). Setting it disables burn_ts.
clipsarrayβ€”An array of 1–10 { start, end } ranges instead of start/end (an empty array is rejected).
stitchbooleanfalseWith 2+ clips, join them into one file (else a zip of clips); ignored for a single clip. video / audio_only / both / short / nosound.
idempotency_keystringβ€”A stable key (≀ 200 chars) so a retried request reuses the same job (sent as the Idempotency-Key header).
waitbooleantruePoll until ready, up to the timeout_seconds polling deadline.
timeout_secondsinteger300Polling deadline in seconds (default 300). It bounds the polling only β€” the initial submission and one in-flight status request (each up to a 30 s request timeout) can extend total wall-clock.

Returns (wait: true, default) β€” the produced job status. download_url is present once a download token is available; if it isn't yet, poll again:

config.json
{
  "id": "e48db1a2-1c3d-4e5f-8a9b-0c1d2e3f4a5b",
  "state": "produced",
  "credits_reserved": 1,
  "created_at": "2026-08-22T12:00:00+00:00",
  "download_url": "https://appsgolem.com/v1/download/…/clip.mp4"
}

Returns (wait: false) β€” the job immediately, with its current state (normally queued after dispatch) and no download_url yet; poll get_cut_status with the id (or fetch poll_url):

config.json
{
  "id": "e48db1a2-1c3d-4e5f-8a9b-0c1d2e3f4a5b",
  "state": "queued",
  "credits_reserved": 1,
  "poll_url": "/v1/cuts/e48db1a2-1c3d-4e5f-8a9b-0c1d2e3f4a5b"
}

If the wait times out before the clip is ready, the result carries "still_processing": true and the job id β€” poll get_cut_status with that id. If the job reaches a terminal failure, the result is { "error": "cut_failed", "state": "failed" | "refunded", "id": … } (and no credit is charged).

2. get_cut_status

Check a cut job by its id. Use it to poll a job started with cut_youtube_video(wait=false) or one that timed out.

NameTypeNotes
job_idstringRequired. The job id (a UUID) returned by cut_youtube_video.

Returns β€” the job's state; once produced/delivered it also carries a download_url when a download token is available (otherwise poll again):

config.json
{ "id": "e48db1a2-…", "state": "queued", "credits_reserved": 1, "created_at": "…" }

States progress accepted β†’ queued β†’ produced β†’ delivered, or failed β†’ refunded on error.

3. get_account_balance

Return the API account's spendable credit balance and current hourly cap. No parameters.

Returns

config.json
{ "balance": 412, "hourly_cap": 60 }

Modes

modeOutputNotable options
videoVideo file, no watermark β€” normally MP4; fast preserves the source container (e.g. WebM at high res)resolution, fast, speed
audio_onlymp3 / m4a / wav / flacaudio_format, bitrate, speed
bothVideo + MP3 together, as a zip (fast may preserve the video's source container)bitrate, fast, speed
nosoundVideo with no audio track β€” normally MP4; fast preserves the source containerresolution, fast, speed
shortPortrait 9:16 β€” AI smart-crop when applicable, else a letterbox-blur fallback whose exact aspect depends on the source (Shorts / Reels / TikTok)resolution
gifAnimated GIF (≀ 5 min; no multi-clip)resolution
framesJPG stillsinterval_ms, burn_ts, sheet

Example prompts

Because the agent picks the parameters from your request, you drive it in plain language:

  • "Cut 0:30 to 1:15 from https://youtu.be/dQw4w9WgXcQ in 1080p." β†’ cut_youtube_video(url, start="0:30", end="1:15")
  • "Grab the audio of that video from 2:00 to 5:00 as an mp3." β†’ mode="audio_only", audio_format="mp3"
  • "Make a vertical short of the 10:00–10:45 highlight." β†’ mode="short", start="10:00", end="10:45"
  • "Turn 0:05–0:12 into a GIF." β†’ mode="gif"
  • "Extract a contact sheet of frames every 5 seconds from 1:00 to 2:00." β†’ mode="frames", interval_ms=5000, sheet=true
  • "Stitch 0:10–0:20 and 1:00–1:10 into one clip." β†’ clips=[{start:"0:10",end:"0:20"},{start:"1:00",end:"1:10"}], stitch=true
  • "Do a fast, stream-copy cut of 0:00–0:30." β†’ fast=true
  • "How many API credits do I have left?" β†’ get_account_balance()

Result & error shapes

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • MCP Youtube Transcript logoMCP Youtube Transcript

    An MCP server retrieving transcripts of YouTube videos

    πŸ’» Developer Tools0 views
    Compare vs MCP Youtube Transcript β†’
  • T
    Tldraw

    Draw and visually collaborate with your agents on tldraw's canvas.

    πŸ’» Developer Tools0 views
    Compare vs Tldraw β†’
  • Lumiclip logoLumiclip

    Turn YouTube videos into short-form clips from any AI assistant

    πŸ’» Developer Tools0 views
    Compare vs Lumiclip β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about AppsGolem YouTube Cutter

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "appsgolem-youtube-cutter": { "command": "npx", "args": ["-y", "AppsGolem YouTube Cutter"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAppsGolem YouTube Cutter AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/appsgolem-youtube-cutter?style=directory)](https://allmcps.com/mcp/appsgolem-youtube-cutter)
HTML Embed
<a href="https://allmcps.com/mcp/appsgolem-youtube-cutter"><img src="https://allmcps.com/api/badge/appsgolem-youtube-cutter?style=directory" alt="AppsGolem YouTube Cutter on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
35Quality signal: Fair Β· 35/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 1d ago via OSV.dev Β· appsgolem-mcp (npm)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to AppsGolem YouTube Cutter β†’Install in Claude DesktopInstall in CursorInstall in VS Code