HomeOther › watch-cli

watch-cli

Hand any social video to your AI agent — frames + transcript bundled. MCP server for watch-cli.

Shell
★ 252 stars Last pushed 2026-09-13 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.1)

npx -y @sonpiaz/watch-cli-mcp@0.3.1

Or add to your MCP client config:

{
  "mcpServers": {
    "watch-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@sonpiaz/watch-cli-mcp@0.3.1"
      ],
      "env": {
        "KYMA_API_KEY": "<YOUR_VALUE>",
        "GROQ_API_KEY": "<YOUR_VALUE>",
        "WATCH_AUDIO_MODE": "<YOUR_VALUE>"
      }
    }
  }
}
  • KYMA_API_KEY secret — Kyma API key (default backend). Get one at https://kymaapi.com — first $0.50 free, then pay-per-use (~$0.05 per 1-hour video). Optional if WATCH_AUDIO_MODE=local (whisper.cpp) or GROQ_API_KEY is set instead.
  • GROQ_API_KEY secret — Groq API key for direct BYOK transcription (alternative to Kyma). Set this instead of KYMA_API_KEY if you prefer direct provider.
  • WATCH_AUDIO_MODE — Backend routing override. Values: kyma (default), byok (use GROQ_API_KEY), local (whisper.cpp on $PATH, fully offline).

Related servers

Data from the Official MCP Registry