AppsGolem YouTube Cutter MCP server
Cut clips from YouTube videos in any format and get a direct download URL.
0 stars33 downloads/wk
Reviews
Write oneNobody has reviewed AppsGolem YouTube Cutter yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
AppsGolem YouTube Cutter tools (3)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
cut_youtube_videoCut a clip (or clips) from a YouTube video and return its download URL.
get_account_balanceReturn the API account's spendable credit balance and hourly cap.
get_cut_statusCheck a cut job's status by its id. Returns the job's state (accepted / queued /
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- Code scan7 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 17 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the AppsGolem YouTube Cutter repository's README, as published. We do not edit it. Read it on GitHub
appsgolem-mcp (Node / TypeScript)
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 (aglive…). That page also has copy-paste
setup for Claude Code, Codex, Cursor, and any MCP client, plus a prompt
cookbook.
Requirements
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.
- Node.js >= 18 (uses the global fetch).
- An AppsGolem API key (aglive…) — get one at
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. claudedesktopconfig.json):
{
"mcpServers": {
"appsgolem": {
"command": "npx",
"args": ["-y", "appsgolem-mcp"],
"env": { "APPSGOLEM_API_KEY": "ag_live_…" }
}
}
}Claude Code — one command:
claude mcp add appsgolem -e APPSGOLEM_API_KEY=ag_live_… -- npx -y appsgolem-mcpThe server speaks MCP over stdio (the transport those clients use). A missing APPSGOLEMAPIKEY 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
Pricing
1 produced clip = 1 credit. 2160p (4K) = 4 credits per clip — except audioonly, 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. cutyoutubevideo
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
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y appsgolem-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add appsgolem-mcp -- npx -y appsgolem-mcp
AppsGolem YouTube Cutter: common questions
- Is AppsGolem YouTube Cutter MCP server safe?
- Mostly: it is graded B (83/100). Read the AppsGolem YouTube Cutter safety report
- How do I install AppsGolem YouTube Cutter?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does AppsGolem YouTube Cutter need an API key?
- Yes. The registry entry asks for
APPSGOLEM_API_KEY. - Is AppsGolem YouTube Cutter maintained?
- The last commit was 17 days ago (2026-09-04). The latest release is v0.1.2.
- What can I use instead of AppsGolem YouTube Cutter?
- Servers from other publishers that do the same job: Youtube Video Channel MCP server, Youtube Transcript MCP server and proofcut MCP server. Compare all AppsGolem YouTube Cutter alternatives.
Alternatives to AppsGolem YouTube Cutter
Same job from other publishers: the closest match first, then the best rated.
- Youtube Video ChannelYouTube video metadata and channel data by URL or @handle. No API key or quota. Pay per result.not reviewedGrowingA
- Youtube TranscriptAn MCP server retrieving transcripts of YouTube videosnot reviewedGrowingA
- proofcutLocal-first AI video editor: recordings to a finished film, cut by transcript, then verifiednot reviewedGrowingB
Transcriptor MCPFetch transcripts, subtitles, chapters, metadata and frames from YouTube and 10+ video platformsnot reviewedGrowingA- CraftStoryTalking-avatar videos from a photo (CraftStory 2.0) and short clips with sound (MiniMax H3).not reviewedGrowingA