@ontologer/mcp-toolkit-media
v0.1.0
Published
Standalone MCP server for image processing and audio/video manipulation
Downloads
9
Readme
@ontologer/mcp-toolkit-media
Standalone MCP server for image processing and audio/video transformations.
Project page: https://ontologer.com/mcp
Tools
resize_imagecompress_imageremove_backgroundadd_watermarkbatch_process_imagesextract_audiotrim_videovideo_to_gifextract_frames
How It Works
This server combines image and video modules from @ontologer/mcp-toolkit-core.
- image operations use
sharp(plus optional background-removal runtime), - audio/video operations use ffmpeg via
fluent-ffmpeg, - generated artifacts are written to
outputs/images,outputs/videos, andoutputs/audio.
Requirements
- Bun installed
- ffmpeg runtime dependencies available (installer package included)
Local Run
bun run src/index.tsMCP Client Example
{
"mcpServers": {
"mcp-toolkit-media": {
"command": "mcp-toolkit-media"
}
}
}More docs: https://ontologer.com/mcp
