Skip to content
Claude Desktop

watch cli for Claude Desktop

io.github.sonpiaz/watch-cli

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

client:Claude Desktop transport:stdio runtime:npm

Install watch cli in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "watch-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@sonpiaz/watch-cli-mcp"
      ],
      "env": {
        "KYMA_API_KEY": "<KYMA_API_KEY>",
        "GROQ_API_KEY": "<GROQ_API_KEY>",
        "WATCH_AUDIO_MODE": "<WATCH_AUDIO_MODE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

watch cli in other clients