Luma MCP 서버
Luma AI의 비디오 생성 API를 Model Context Protocol (MCP)로 제공하는 서버
🌟 개요
Luma MCP Server는 Luma AI의 비디오 생성 기능을 MCP 서버로 제공합니다. 텍스트와 이미지에서 비디오를 생성하거나 기존 비디오를 확장하고 보간하는 기능을 제공합니다.
🏗️ 프로젝트 구조
📦 설치
⚙️ 환경 설정
Luma API 키 얻기
Luma AI Developer Portal 에서 API 키를 가져옵니다.
환경 변수 설정
export LUMA_API_KEY=your_api_key_here
🛠️ 사용 가능한 도구
generate_video
텍스트 프롬프트에서 비디오를 생성합니다.
generate_video_from_image
이미지를 시작 프레임으로 비디오를 생성합니다.
extend_video
기존 동영상을 확장합니다.
interpolate_videos
두 동영상 사이를 부드럽게 보간합니다.
🔧 개발자 정보
아키텍처
유형 정의 ( :
schemas.ts: Zod를 사용한 입력 유효성 검사 스키마types.ts: 공통 유형 정의 및 인터페이스
handlers/:tool-handlers.ts: MCP 도구 요청 처리
clients/:luma-client.ts: Luma AI API와의 통신 담당
utils/:error-handler.ts: 통일적인 오류 처리
설정( :
server-config.ts중앙 집중식
오류 처리
통일적인 오류 처리 시스템
MCP 오류 코드에 대한 적절한 매핑
자세한 오류 메시지 및 로깅
📝 주의사항
프롬프트는 영어로 작성하십시오.
동영상을 생성하는 데 시간이 걸릴 수 있습니다.
API 이용 제한에 유의하세요.
🤝 기여
이 저장소를 포크
새로운 브랜치 만들기 (
git checkout -b feature/amazing-feature)변경 커밋 (
git commit -m '✨ feat: Add amazing feature')브랜치 푸시 (
git push origin feature/amazing-feature)끌어오기 요청 만들기
📄 라이센스
MIT License - 자세한 내용은 LICENSE 파일을 참조하십시오.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A server that provides Luma AI's video generation API as the Model Context Protocol (MCP)
Related MCP Servers
- -security-license-qualityA Model Context Protocol server implementation that enables connection between OpenAI APIs and MCP clients for coding assistance with features like CLI interaction, web API integration, and tool-based architecture.Last updated -35
- Asecurity-licenseAqualityCreate videos and images using Luma AI, this MCP server handles all API functionality for Luma Dream Machine from Claude Desktop.Last updated -103
- Asecurity-licenseAqualityModel Context Protocol server that enables generating videos from text prompts and/or images using AI models (Luma Ray2 Flash and Kling v1.6 Pro) with configurable parameters like aspect ratio, resolution, and duration.Last updated -23MIT License