@wecandeo/mcp-videopack-v4
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@wecandeo/mcp-videopack-v4Upload the video from /Users/me/Downloads/promo.mp4"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Wecandeo VideoPack v4 MCP Server
Wecandeo VideoPack v4 API를 위한 MCP(Model Context Protocol) 서버입니다. Claude Desktop, Claude Code, Cursor 등 MCP 클라이언트에서 위캔디오 비디오팩 전반 기능(업로드 · 인코딩 · 배포 · 미디어 보관함)을 Stdio 모드로 사용할 수 있습니다.
홈페이지: https://www.wecandeo.com
API 가이드: https://support.wecandeo.com/v4.0
위캔디오 비디오팩 MCP는 기능별로 세 개의 서버로 구성됩니다.
@wecandeo/mcp-videopack-v4— 비디오팩 전반 기능 (본 서버)
@wecandeo/mcp-analytics-v4— 통계
@wecandeo/mcp-ai-v4— AI 기능
설치 및 실행
환경 변수
변수 | 설명 |
| Wecandeo API 키 (필수) |
API 키 확인 방법: 비디오팩 API 시작하기 가이드를 참고하세요.
npx로 실행 (권장)
WECANDEO_API_KEY=your_key npx @wecandeo/mcp-videopack-v4Claude Desktop / Cursor 설정
claude_desktop_config.json 또는 .cursor/mcp.json:
{
"mcpServers": {
"wecandeo-v4": {
"command": "npx",
"args": ["-y", "@wecandeo/mcp-videopack-v4"],
"env": {
"WECANDEO_API_KEY": "your_api_key_here"
}
}
}
}Claude Code 설정
~/.claude.json (글로벌) 또는 프로젝트 .mcp.json:
{
"mcpServers": {
"wecandeo-v4": {
"command": "npx",
"args": ["@wecandeo/mcp-videopack-v4"],
"env": {
"WECANDEO_API_KEY": "your_api_key_here"
}
}
}
}소스에서 직접 실행
npm install && npm run build
WECANDEO_API_KEY=your_key node dist/index.jsRelated MCP server: json2video MCP Server
파일 업로드 (로컬 파일 + URL 지원)
wecandeo_upload_video, wecandeo_upload_thumbnail, wecandeo_upload_caption 의 source 인자는
로컬 파일 경로(예: /Users/me/clip.mp4, ./caption.vtt)와 원격 URL(http(s)://...)을 모두 지원합니다.
로컬 경로인 경우 파일을 직접 읽어 업로드하고, URL인 경우 다운로드 후 업로드합니다.
업로드 흐름:
wecandeo_upload_create_token으로 토큰과 업로드 URL들을 발급받습니다. (토큰 1개당 파일 1개)wecandeo_upload_video로 동영상을 업로드합니다.wecandeo_upload_video_status/wecandeo_upload_video_progress로 진행 상태를 확인합니다.(선택)
wecandeo_upload_thumbnail,wecandeo_upload_caption으로 썸네일/자막을 추가합니다.
제공 도구
그룹 | 도구 | 설명 |
Upload |
| 업로드 토큰 발급 (V4) |
| 동영상 업로드 (로컬 파일/URL) | |
| 업로드 상태 조회 | |
| 업로드 진행률 조회 | |
| 인코딩 상태 조회 | |
| 썸네일 업로드 (로컬 파일/URL) | |
| 자막(WebVTT) 업로드 (로컬 파일/URL) | |
| 자막 언어 코드 목록 | |
Video Retrieve |
| 패키지별 동영상 목록 |
| 폴더별 동영상 목록 | |
| 동영상 상세 (legacy) | |
| 동영상 상세 (v4, AI 요약 포함) | |
| 배포 코드 조회 | |
| 인코딩 파일 목록 | |
| 원타임 키 발급 | |
| 썸네일 이미지 조회 | |
| 자막 파일 조회 | |
Video Update |
| 패키지에 추가 |
| 패키지에서 제외 | |
| 배포 시작 | |
| 배포 중지 | |
| 보관함 폴더 이동 | |
| 메타데이터 수정 | |
| 대표 썸네일 설정 | |
Package |
| 배포 패키지 목록 |
Archive |
| 동영상 폴더 생성 |
| 동영상 폴더 목록 | |
| 폴더명으로 조회 | |
| 원본 다운로드 URL 조회 | |
(공통) |
| 서버 응답 확인 |
API 호스트 참고
레거시 엔드포인트:
https://api.wecandeo.com(인증:key쿼리 파라미터)v4 네이티브 엔드포인트:
https://api.v4.wecandeo.com(인증:x-api-key헤더) —wecandeo_video_details_v4,wecandeo_archive_original_download_url
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
- Flicense-qualityDmaintenanceIntegrates with Video Jungle to allow LLMs to upload, search, edit, and generate videos from natural language commands.
- AlicenseAqualityCmaintenanceEnables programmatic video generation via the json2video API, supporting scene and element creation, status polling, and template management.53326MIT
- Alicense-qualityDmaintenanceProvides LLMs with full access to the Ken Video API for professional video processing, including adding audio, captions, and job management.3MIT
- Flicense-qualityCmaintenanceExposes Vadoo AI APIs (video generation, captions, clips, podcasts, etc.) as MCP tools for use with Claude, Cursor, and ChatGPT.
Related MCP Connectors
AI video generation via the Vivideo API: auto or manual mode, avatars, voices, brand kits.
Create amazing video experiences with the Qencode API, straight from your AI assistant.
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
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/wecandeo/mcp-wecandeo-v4'
If you have feedback or need assistance with the MCP directory API, please join our Discord server