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.):
Alternative Installation
Docker Installation
You can also run the MCP server in a Docker container using the pre-built image from Docker Hub:
Using pre-built image from Docker Hub:
Configuration
Set your ZapCap API key as an environment variable:
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
Benefits Over Direct API Usage
Token Management
Unlike using curl or direct API calls where you need to manually include your API key in every request:
With this MCP server, your API key is configured once in the environment and automatically used for all operations:
Natural Language Interface
Instead of constructing complex API requests with parameters, you can describe what you want:
Traditional API:
MCP Server:
Type Safety & Validation
- Pydantic Integration: All parameters are validated automatically with type checking
Future Plans
Testing Integration
We're planning to add basic testing capabilities:
- API Integration Tests: Verify that ZapCap API calls work correctly
- MCP Tool Tests: Ensure all MCP tools respond properly to requests
Planned Features
- Named configurations: Save frequently used parameter combinations ("my_brand", "youtube_style")
- Template enhancement: Override template defaults with consistent brand colors/fonts
License
MIT licence
Tools
An MCP (Model Context Protocol) server that provides tools for uploading videos, creating processing tasks, and monitoring their progress through the ZapCap API.
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.Last updated -857842JavaScript
- -securityAlicense-qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated -04TypeScriptMIT License
- -securityAlicense-qualityMCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.Last updated -23TypeScriptMIT License
- AsecurityAlicenseAqualityMCP (Model Context Protocol) server that utilizes the Google Gemini Vision API to interact with YouTube videos. It allows users to get descriptions, summaries, answers to questions, and extract key moments from YouTube videos.Last updated -4185JavaScriptMIT License