MCP server for ZapCap.ai video processing and caption generation
Project description
ZapCap MCP Server
NOTE: This is an unofficial implementation of MCP Server for ZapCap.
An MCP (Model Context Protocol) server that provides tools for uploading videos, creating processing tasks, and monitoring their progress through the ZapCap API.
Requirements
- uv
- ZapCap API key
You can install uv from here: https://docs.astral.sh/uv/
You can get api key from ZapCap API after registation at https://zapcap.ai/ in their platform here: https://platform.zapcap.ai/dashboard/api-key
Installation in MCP-client
Add to your MCP client mcp.json configuration (e.g., Claude Desktop, Cursor and etc.):
{
"mcpServers": {
"zapcap": {
"command": "uvx",
"args": ["zapcap-mcp-server"],
"env": {
"ZAPCAP_API_KEY": "your_api_key_here"
}
}
}
}
Alternative Installation
uv tool install zapcap-mcp-server
Configuration
Set your ZapCap API key as an environment variable:
export ZAPCAP_API_KEY="your_api_key_here"
Usage
Demo Videos
How to use:
Results:
Available Tools
The server provides the following tools:
zapcap_mcp_upload_video
Upload a video file to ZapCap.
Parameters:
file_path: Path to the video file
zapcap_mcp_upload_video_by_url
Upload a video by URL to ZapCap.
Parameters:
url: URL to the video file
zapcap_mcp_get_templates
Get available processing templates from ZapCap.
zapcap_mcp_create_task
Create a video processing task with full customization options.
Parameters:
video_id: Video ID from uploadtemplate_id: Template IDauto_approve: Auto approve the task (default: true)language: Language code (default: "en")enable_broll: Enable B-roll (default: false)broll_percent: B-roll percentage 0-100 (default: 30)
Subtitle options:
emoji: Enable emoji in subtitles (default: true)emoji_animation: Enable emoji animation (default: true)emphasize_keywords: Emphasize keywords (default: true)animation: Enable subtitle animation (default: true)punctuation: Include punctuation (default: true)display_words: Number of words to display (default: 1)
Style options:
position_top: Subtitle position from top (default: 60)font_uppercase: Use uppercase font (default: true)font_size: Font size (default: 30)font_weight: Font weight (default: 900)font_color: Font color (default: "#ffffff")font_shadow: Font shadow s/m/l (default: "l")stroke: Stroke style (default: "s")stroke_color: Stroke color (default: "#000000")highlight_color_1: First highlight color (default: "#2bf82a")highlight_color_2: Second highlight color (default: "#fdfa14")highlight_color_3: Third highlight color (default: "#f01916")
zapcap_mcp_monitor_task
Monitor task progress.
Parameters:
video_id: Video IDtask_id: Task ID
License
MIT licence
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zapcap_mcp_server-0.1.5.tar.gz.
File metadata
- Download URL: zapcap_mcp_server-0.1.5.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f24416d12194717600a84f0f9666c5aa67286b708085258cad45c5a46f75130
|
|
| MD5 |
3f62f8aeb420d7d961b47af928861ba4
|
|
| BLAKE2b-256 |
b1b51b634cfe5ae74222f1666d53f4ecd88bba5aeb43140e30b8e7587274951e
|
File details
Details for the file zapcap_mcp_server-0.1.5-py3-none-any.whl.
File metadata
- Download URL: zapcap_mcp_server-0.1.5-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5edb576ce7839a163c0b5dc65bb02489721cd942e73b3ed107d0856fb55966ca
|
|
| MD5 |
4ff74a8044460478a4be786a9e93990c
|
|
| BLAKE2b-256 |
6ba0f2b5738ca53058fb34d2f4f04ad44cb8cc146c7982abb3b3083cf6474f93
|