watch cli for Grok
io.github.sonpiaz/watch-cli
Hand any social video to your AI agent — frames + transcript bundled. MCP server for watch-cli.
client:Grok
transport:stdio
runtime:npm
Install watch cli in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs