Independent Video Generator
Independent Video Generator
메인 프로젝트에서 분리된 독립형 비디오 생성 프론트엔드와 백엔드로, ComfyUI 비디오 workflow만 유지하며 Agent 대화와 이미지 생성은 포함하지 않습니다.
시작
.env.example를 복사하여.env로 만들고, ComfyUI와 FFPROBE 경로를 확인합니다.의존성 설치:
npm install개발 모드:
npm run dev프로덕션 빌드:
npm run build프로덕션 시작:
npm run start
기본 URL: http://127.0.0.1:8834
Windows 사용자는 start.bat을 더블클릭하면 됩니다. 현재 폴더로 전환하고, .env를 생성하고, 의존성을 설치한 후 서비스를 자동으로 시작합니다.
Related MCP server: RunComfy MCP Server
비디오 API
GET /api/video/workflowsPOST /api/video/jobsGET /api/video/jobs/:jobIdDELETE /api/video/jobs/:jobId
MCP 최소 버전
먼저 비디오 API를 시작한 다음 npm run mcp를 실행합니다. MCP server는 stdio transport를 사용하며, MCP_API_URL(기본값 http://127.0.0.1:8834)을 통해 기존 비디오 API를 호출합니다.
제공되는 tools:
list_video_workflowscreate_video_jobupload_video_assetget_video_joblist_video_jobsget_video_resultcancel_video_job
원격 프론트엔드 및 GPU 호스트
프론트엔드와 MCP는 휴대용 제어 측에 두고, Backend, ComfyUI, 모델, GPU는 동일한 GPU 호스트에 둡니다. 프론트엔드는 다음과 같이 빌드합니다:
VITE_BACKEND_URL=http://GPU_HOST:8834GPU 호스트 Backend는 다음과 같이 구성합니다:
HOST=0.0.0.0
PORT=8834
COMFYUI_URL=http://127.0.0.1:8188
CORS_ORIGIN=http://FRONTEND_HOSTMCP는 다음과 같이 구성합니다:
MCP_API_URL=http://GPU_HOST:8834브라우저와 MCP는 Video Generator API만 호출하며, ComfyUI는 GPU 호스트에서 비공개로 유지됩니다. API 키 인증은 아직 활성화되지 않았으므로, HOST=0.0.0.0은 신뢰할 수 있는 LAN 또는 VPN에서만 사용해야 합니다.
현재 이미지와 오디오는 여전히 data URL로 전송되며, 로컬 MVP에 적합하고 대규모 또는 다중 사용자 배포에는 적합하지 않습니다.
비디오 workflow 자산은 workflow/에 있습니다. 이 프로젝트는 현재 메인 프로젝트와 동일한 ComfyUI 서비스를 공유하지만, 코드, 프론트엔드 페이지, 작업 API 및 workflow JSON은 이미 독립되어 있습니다.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables comprehensive ComfyUI workflow automation including image generation, workflow management, node discovery, and system monitoring through natural language interactions with local or remote ComfyUI servers.3114MIT
- FlicenseNot gradedqualityDmaintenanceEnables generation of AI videos and images using RunComfy APIs. Supports multiple models for text-to-video, image-to-video, text-to-image, and image-to-image workflows with customizable parameters like aspect ratio, duration, and seed.
- AlicenseNot gradedqualityDmaintenanceDynamically loads ComfyUI workflows as MCP tools, enabling AI assistants to generate images, videos, and audio by executing workflows across categories like text-to-image, image-to-video, and text-to-audio with automatic parameter mapping and progress monitoring.123,4783MIT
- AlicenseNot gradedqualityDmaintenanceEnables discovery of ComfyUI nodes and building/managing workflows with real-time execution via WebSocket. Provides 50+ tools for node discovery, workflow building, template usage, model management, and batch/chain execution.2142MIT
Related MCP Connectors
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
Build and run visual creative-production workflows from your AI agent.
Connect your video workflows to cloud storage. Organize and access video assets across projects wi…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/yt0912iii/Video-generation-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server