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.
You Might Also Like
OpenWebUI
Open WebUI is an extensible web interface for customizable applications.

NextChat
NextChat is a light and fast AI assistant supporting Claude, DeepSeek, GPT4...

Continue
Continue is an open-source project for seamless server management.
mcp
IBM MCP servers enable AI models to interact with resources securely.
mcp-on-vercel
Run an MCP Server on Vercel with Redis and Fluid compute support.
gibber-mcp
A cryptography MCP Server for key generation, secret derivation, and message...