Content
# ffmpeg-mcp
A stdio MCP server to interact with ffmpeg for common media operations.
This project is sponsored by [ChatWise](https://chatwise.app) - All-in-one LLM Chatbot with MCP support.
## Usage
You need [ffmpeg](https://www.ffmpeg.org/) installed on your system first.
Then add the following command to your MCP client:
```
npx -y ffmpeg-mcp
```
By default it uses `ffmpeg` from your system path. You can also specify the path to `ffmpeg` by setting the `FFMPEG_PATH` environment variable, like:
```
FFMPEG_PATH=/path/to/ffmpeg
```
## Tools
View [tools.ts](./tools.ts)
More tools to come.
## License
MIT.
Connection Info
You Might Also Like
semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
repomix
📦 Repomix is a powerful tool that packs your entire repository into a...
Serena
A powerful coding agent toolkit providing semantic retrieval and editing...
Blender
BlenderMCP integrates Blender with Claude AI for enhanced 3D modeling.
pydantic-ai
GenAI Agent Framework, the Pydantic way
cua
Open-source infrastructure for Computer-Use Agents. Sandboxes, SDKs, and...