From 61c153b3c6973d89d6f6cfde197472a153229de5 Mon Sep 17 00:00:00 2001 From: video-creator <485815036@qq.com> Date: Wed, 2 Apr 2025 20:47:57 +0800 Subject: [PATCH 1/2] Add new ffmpeg-mcp server --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fcb09042..098be712 100644 --- a/README.md +++ b/README.md @@ -447,6 +447,9 @@ Access and analyze application monitoring data. Enables AI models to review erro - [pydantic/logfire-mcp](https://github.com/pydantic/logfire-mcp) 🎖️ 🐍 ☁️ - Provides access to OpenTelemetry traces and metrics through Logfire - [seekrays/mcp-monitor](https://github.com/seekrays/mcp-monitor) 🏎️ 🏠 - A system monitoring tool that exposes system metrics via the Model Context Protocol (MCP). This tool allows LLMs to retrieve real-time system information through an MCP-compatible interface.(support CPU、Memory、Disk、Network、Host、Process) +### 🎥 Video & Audio Process +- [video-creator/ffmpeg-mcp](https://github.com/video-creator/ffmpeg-mcp.git) 🎥 🔊 - Using ffmpeg command line to achieve an mcp server, can be very convenient, through the dialogue to achieve the local video search, tailoring, stitching, playback and other functions + ### 🔎 Search & Data Extraction - [ac3xx/mcp-servers-kagi](https://github.com/ac3xx/mcp-servers-kagi) 📇 ☁️ - Kagi search API integration From 423e60e654f1f7371062c95b053367f0f08a8019 Mon Sep 17 00:00:00 2001 From: video-creator <485815036@qq.com> Date: Sat, 5 Apr 2025 00:39:24 +0800 Subject: [PATCH 2/2] fix comments: add [Multimedia Process] category to index and description --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 098be712..a42d5cce 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) * 🗺️ - [Location Services](#location-services) * 🎯 - [Marketing](#marketing) * 📊 - [Monitoring](#monitoring) +* 🎥 - [Multimedia Process](#multimedia-process) * 🔎 - [Search & Data Extraction](#search) * 🔒 - [Security](#security) * 🏃 - [Sports](#sports) @@ -447,7 +448,10 @@ Access and analyze application monitoring data. Enables AI models to review erro - [pydantic/logfire-mcp](https://github.com/pydantic/logfire-mcp) 🎖️ 🐍 ☁️ - Provides access to OpenTelemetry traces and metrics through Logfire - [seekrays/mcp-monitor](https://github.com/seekrays/mcp-monitor) 🏎️ 🏠 - A system monitoring tool that exposes system metrics via the Model Context Protocol (MCP). This tool allows LLMs to retrieve real-time system information through an MCP-compatible interface.(support CPU、Memory、Disk、Network、Host、Process) -### 🎥 Video & Audio Process +### 🎥 Multimedia Process + +Provides the ability to handle multimedia, such as audio and video editing, playback, format conversion, also includes video filters, enhancements, and so on + - [video-creator/ffmpeg-mcp](https://github.com/video-creator/ffmpeg-mcp.git) 🎥 🔊 - Using ffmpeg command line to achieve an mcp server, can be very convenient, through the dialogue to achieve the local video search, tailoring, stitching, playback and other functions ### 🔎 Search & Data Extraction