podcli
Related Servers
Alternatives to podcli
No user-submitted related servers found.
Related Servers
- FlicenseAqualityDmaintenanceAn MCP server that scrapes and transcribes podcast episodes from YouTube or RSS feeds using Deepgram's Nova-2 model. It allows users to track podcasts for new episodes, manage transcripts, and generate personalized summaries through Claude.101-
- AlicenseAqualityBmaintenanceMCP server for AI-powered image, audio, and video generation, enabling media creation directly from Claude, Cursor, and other MCP clients.1139 npmMIT
- AlicenseAqualityFmaintenanceTurn YouTube videos into short clips — from Claude, Cursor, or any AI assistant that supports MCP. You give it a YouTube link. It finds the best moments, reframes them for vertical video, adds subtitles, and gives you download links. All from a chat.664 npm2MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that gives Claude a conversational video-editing toolkit — trim, crop, color grade, caption, beat-sync, stabilize, and more — built on ffmpeg, faster-whisper, and yt-dlp, with optional DaVinci Resolve and CapCut integration.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that turns Claude into a hands-on video editor for short-form videos, enabling music generation, script writing, voiceover synthesis, and video stitching with FFmpeg. It also features a text-to-documentary skill that converts long-form text into structured documentary videos.MIT
- FlicenseNot gradedqualityDmaintenanceA local MCP server that gives Claude Desktop full video editing capabilities via FFmpeg, Whisper, and yt-dlp.-
TDQS
Scored across 26 tools
Most tools have clearly distinct resource-action pairs, but transcribe_podcast vs transcribe_start and the set_video/import_transcript/parse_transcript cluster could confuse agents. The 'manage_*' prefix is uniform but each manages a different resource, aiding separation.
Snake_case with verb prefixes (transcribe_, suggest_, create_, manage_) dominates, but several noun-phrases like job_status, clip_history, and knowledge_base break the pattern. The mixed convention is readable but inconsistent.
At 26 tools, the server just exceeds the 25-tool threshold for 'too many,' feeling heavy and potentially overwhelming for agents. Several manage_* and status tools could potentially be consolidated, though the domain is broad.
The workflow from transcription to clip export is well-covered, including sync/async paths, import/parse options, clip suggestions, rendering, presets, and integrations. Minor gaps exist (e.g., no direct output deletion or unified settings editor), but core lifecycle coverage is strong.