Skip to main content
MultimediaPython

bogdan01m/zapcap-mcp-server

MCP server for ZapCap API providing video caption and B-roll generation via natural language

multimedia-processcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/bogdan01m/zapcap-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "zapcap-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "bogdan01m/zapcap-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Multimedia
Language
Python
Author
bogdan01m