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).
Run
npx -y @sonpiaz/watch-cli-mcp
MCP client config
{
"mcpServers": {
"watch-cli": {
"command": "npx",
"args": [
"-y",
"@sonpiaz/watch-cli-mcp"
]
}
}
}