Watch CLI
Rank #3,976io.github.sonpiaz/watch-cli
Hand any social video to your AI agent — frames + transcript bundled. MCP server for watch-cli.
Watch CLI is a Model Context Protocol (MCP) server published by sonpiaz. It ranks #3,976 of 115,460 servers tracked on MCP Toplist, and its repository has 248 GitHub stars. Watch CLI is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Apr 29, 2026 and most recently updated on May 20, 2026.
Ranks ahead of 111,484 of 115,460 servers on MCP Toplist.
Use Watch CLI
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add watch-cli -e "KYMA_API_KEY=<your KYMA_API_KEY>" -e "GROQ_API_KEY=<your GROQ_API_KEY>" -e "WATCH_AUDIO_MODE=<your WATCH_AUDIO_MODE>" -- npx -y @sonpiaz/watch-cli-mcpReplace each placeholder with your own value before saving.
[mcp_servers.watch-cli]
command = "npx"
args = ["-y", "@sonpiaz/watch-cli-mcp"]
[mcp_servers.watch-cli.env]
KYMA_API_KEY = "<your KYMA_API_KEY>"
GROQ_API_KEY = "<your GROQ_API_KEY>"
WATCH_AUDIO_MODE = "<your WATCH_AUDIO_MODE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"watch-cli": {
"command": "npx",
"args": [
"-y",
"@sonpiaz/watch-cli-mcp"
],
"env": {
"KYMA_API_KEY": "<your KYMA_API_KEY>",
"GROQ_API_KEY": "<your GROQ_API_KEY>",
"WATCH_AUDIO_MODE": "<your WATCH_AUDIO_MODE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"watch-cli": {
"command": "npx",
"args": [
"-y",
"@sonpiaz/watch-cli-mcp"
],
"env": {
"KYMA_API_KEY": "<your KYMA_API_KEY>",
"GROQ_API_KEY": "<your GROQ_API_KEY>",
"WATCH_AUDIO_MODE": "<your WATCH_AUDIO_MODE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"watch-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sonpiaz/watch-cli-mcp"
],
"env": {
"KYMA_API_KEY": "<your KYMA_API_KEY>",
"GROQ_API_KEY": "<your GROQ_API_KEY>",
"WATCH_AUDIO_MODE": "<your WATCH_AUDIO_MODE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"watch-cli": {
"command": "npx",
"args": [
"-y",
"@sonpiaz/watch-cli-mcp"
],
"env": {
"KYMA_API_KEY": "<your KYMA_API_KEY>",
"GROQ_API_KEY": "<your GROQ_API_KEY>",
"WATCH_AUDIO_MODE": "<your WATCH_AUDIO_MODE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"watch-cli": {
"command": "npx",
"args": [
"-y",
"@sonpiaz/watch-cli-mcp"
],
"env": {
"KYMA_API_KEY": "<your KYMA_API_KEY>",
"GROQ_API_KEY": "<your GROQ_API_KEY>",
"WATCH_AUDIO_MODE": "<your WATCH_AUDIO_MODE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sonpiaz%2Fwatch-cli)<a href="https://mcptoplist.com/server/io.github.sonpiaz%2Fwatch-cli"><img src="https://mcptoplist.com/badge/io.github.sonpiaz%2Fwatch-cli.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
sonpiaz
Other servers by sonpiaz
View all sonpiaz servers →Available versions (1)
| Version | Published |
|---|---|
| 0.3.1 | May 20, 2026 |
Frequently asked questions
- Who maintains Watch CLI?
- Watch CLI is maintained by sonpiaz, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Watch CLI listed on the Official MCP Registry?
- Yes — Watch CLI is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Watch CLI have?
- MCP Toplist tracks 1 version of Watch CLI, most recently published on May 20, 2026.
- Where can I find the source code for Watch CLI?
- The source code for Watch CLI is hosted at github.com/sonpiaz/watch-cli.