Skip to main content
Glama

MCP FFmpeg Helper

package.json1.2 kB
{ "name": "@sworddut/mcp-ffmpeg-helper", "version": "0.1.0", "description": "A Model Context Protocol (MCP) helper for FFmpeg video processing operations", "type": "module", "bin": { "mcp-ffmpeg-helper": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "ffmpeg": "^0.0.4" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" }, "keywords": [ "ffmpeg", "video", "mcp", "model-context-protocol", "video-processing", "watermark", "trim", "convert" ], "author": "Your Name", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/mcp-ffmpeg-helper.git" }, "bugs": { "url": "https://github.com/yourusername/mcp-ffmpeg-helper/issues" }, "homepage": "https://github.com/yourusername/mcp-ffmpeg-helper#readme", "engines": { "node": ">=14.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sworddut/mcp-ffmpeg-helper'

If you have feedback or need assistance with the MCP directory API, please join our Discord server