watch cli for LangChain
io.github.sonpiaz/watch-cli
Hand any social video to your AI agent — frames + transcript bundled. MCP server for watch-cli.
client:LangChain
transport:stdio
runtime:npm
Install watch cli in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"watch-cli": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@sonpiaz/watch-cli-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs