Skip to content
Cursor

watch cli for Cursor

io.github.sonpiaz/watch-cli

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

client:Cursor transport:stdio runtime:npm

Install watch cli in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "watch-cli": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

watch cli in other clients