Skip to main content
Glama

FFmpeg-MCP Server

pyproject.toml705 B
[project] name = "ffmpeg-mcp" version = "0.1.4" description = "使用ffmpeg,对视频进行裁剪,拼接,滤镜等操作" readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp[cli]>=1.6.0" ] classifiers = [ "Environment :: MacOS X", ] [project.urls] Homepage = "https://github.com/video-creator/ffmpeg-mcp" [tool.poetry] packages = [ {include = "ffmpeg_mcp", from = "src"}, ] [[tool.uv.index]] name = "testpypi" url = "https://test.pypi.org/simple/" publish-url = "https://test.pypi.org/legacy/" explicit = true [project.scripts] ffmpeg-mcp = "ffmpeg_mcp.server:main" [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] build-backend = "poetry.core.masonry.api"

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/video-creator/ffmpeg-mcp'

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