Awesome MCPMedia & Creativity

video-creator/ffmpeg-mcp

⭐ 148 Python repository created 2025-03-25

FFmpeg-MCP exposes FFmpeg operations as MCP tools so video editing can be driven conversationally against files on the local disk. find_video_path takes a directory and a file name, with or without extension, searches recursively and returns the full path — which is how the model locates material without the user pasting paths. get_video_info returns duration, frame rate, codec, width and height for a given file, so subsequent operations can be planned against the real properties. clip_video trims by start time plus either an end time or a duration and returns the new file path. concat_videos joins a list of files into one output and automatically selects FFmpeg's fast concat path when the inputs already agree on width, height and frame rate, falling back to re-encoding when they do not — a distinction that changes processing time by orders of magnitude on long files. Further tools cover overlay and playback, the latter through ffplay across formats including MOV, MP4, AVI, MKV and 3GP. The server is Python and requires FFmpeg installed locally. The audience is anyone doing routine video assembly — trimming clips, stitching a sequence, checking what a file actually contains — who would rather describe the operation than assemble FFmpeg flags.

https://github.com/video-creator/ffmpeg-mcp

mcpffmpegvideo-editingpythonmedia-processingconcattranscoding

Also in Media & Creativity

heygen-com/hyperframes

HyperFrames is an open-source framework that converts HTML, CSS, and media into deterministic MP4 videos, designed for AI agents and automated content creation workflows.

zcaceres/markdownify-mcp

Markdownify MCP Server is an MCP server that converts various file types and web content into Markdown format, enabling easy content sharing and management within the MCP ecosystem.

samuelgursky/davinci-resolve-mcp

DaVinci Resolve MCP Server is an MCP server that enables AI coding assistants like Cursor and Claude Desktop to control and query DaVinci Resolve through natural language commands.

heshengtao/comfyui_LLM_party

ComfyUI LLM Party is a versatile framework integrating multiple LLMs and MCP server support within ComfyUI to build customizable LLM workflows and AI assistants with social app integration and advanced multi-agent interactions.

MiniMax-AI/MiniMax-MCP

MiniMax-MCP is the official MiniMax Model Context Protocol server enabling MCP clients to interact with advanced AI APIs for text-to-speech, voice cloning, image, and video generation.

elevenlabs/elevenlabs-mcp

The official ElevenLabs MCP server enabling MCP clients to access advanced text-to-speech and audio processing capabilities through ElevenLabs' APIs.

gyoridavid/short-video-maker

Short Video Maker is an open-source tool that automates the creation of short-form videos for social media using the Model Context Protocol and a REST API.

abhiemj/manim-mcp-server

Manim MCP Server is an MCP server that executes Manim animation scripts and returns generated videos, enabling dynamic animation creation through the Model Context Protocol.