cnxt-clipx-mcp
Verified Safeby thexdesk
Overview
Generates highlight reels for sports and TV shows by processing data from sources like ESPN and curated TV registries, rendering them using FFmpeg, and optionally uploading to Google Cloud Storage.
Installation
npm run start:sports-serverEnvironment Variables
- GOOGLE_APPLICATION_CREDENTIALS
Security Notes
The server utilizes `child_process.spawn` for executing `ffmpeg` and `ffprobe` commands. Arguments are passed as an array, which is a safer practice against shell injection compared to using `shell: true` or `child_process.exec`. The Google Cloud Storage integration relies on standard authentication methods (`GOOGLE_APPLICATION_CREDENTIALS` or Application Default Credentials), reducing the risk of hardcoded secrets. External data fetching from ESPN is done via `fetch`. No obvious `eval` or malicious patterns were found. Relying on properly configured Google Cloud credentials is key for secure GCS operations.
Similar Servers
yt-dlp-mcp
Integrate video platform capabilities like search, metadata extraction, and content download into AI agents using yt-dlp.
mcp-video-extraction-plus
The server extracts text from various video and audio sources using multiple Automatic Speech Recognition (ASR) providers, including local Whisper and online services from JianYing (CapCut) and Bilibili.
nfl_mcp
A FastMCP server for comprehensive NFL fantasy football management, including health monitoring, web content extraction, NFL news, team data, advanced fantasy intelligence, and league management, optimized for AI/LLM integration.
youtube-transcript-mcp
Provides a Model Context Protocol (MCP) server for fetching YouTube video transcripts using yt-dlp, designed for integration with AI tools like Claude Desktop and other HTTP clients.