Back to MCP Servers
Zapcap
MCP server for ZapCap API providing video caption and B-roll generation via natural language
multimedia-processapi
By bogdan01m
Installation
npx -y zapcap-mcp-serverConfiguration
{
"mcpServers": {
"zapcap-mcp-server": {
"command": "npx",
"args": ["-y", "zapcap-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes