Submit

Zapcap Mcp Server

@bogdan01m

An MCP server that provides tools for uploading videos, creating processing tasks, and monitoring their progress through the ZapCap API.

Tools

Server Config

{
  "mcpServers": {
    "zapcap": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "--init",
        "-i",
        "--net=host",
        "-v",
        "/home/$USER:/host/home/$USER",
        "-e",
        "ZAPCAP_API_KEY=your_api_key_here",
        "bogdan01m/zapcap-mcp-server:latest"
      ],
      "env": {
        "DOCKER_CLI_HINTS": "false"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

Zapcap Mcp Server MCP Server