Supabase MCP Server
[project]
name = "video-editor-mcp"
version = "0.1.13"
description = "Video Jungle MCP Server for Adding, Analysing, Searching, and Editing Videos"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"einops>=0.8.0",
"mcp>=1.0.0",
"osxphotos>=0.69.2",
"pillow>=11.0.0",
"thefuzz>=0.22.1",
"timm>=1.0.12",
"torch>=2.5.1",
"transformers>=4.47.1",
"videojungle>=0.1.25",
]
homepage = "https://github.com/burningion/video-editing-mcp"
[[project.authors]]
name = "Kirk Kaiser"
email = "kirk@zothcorp.com"
[build-system]
requires = [ "hatchling",]
build-backend = "hatchling.build"
[tool.uv.workspace]
members = ["tools"]
[dependency-groups]
dev = [
"ipykernel>=6.29.5",
"manim>=0.18.1",
"mcp[cli]===1.2.0rc1",
"pre-commit>=4.0.1",
"ruff>=0.8.4",
]
[project.scripts]
video-editor-mcp = "video_editor_mcp:main"
[project.urls]
Homepage = "https://github.com/burningion/video-editing-mcp"
Issues = "https://github.com/burningion/video-editing-mcp/issues"