Odel
watch cli

watch cli

Local
@sonpiaz250ShellMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@sonpiaz/watch-cli-mcpv0.3.1

Run

npx -y @sonpiaz/watch-cli-mcp

MCP client config

{
  "mcpServers": {
    "watch-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@sonpiaz/watch-cli-mcp"
      ]
    }
  }
}