PluginBench
MCP Server

io.github.sonpiaz/watch-cli MCP Server

io.github.sonpiaz/watch-cli

What is the io.github.sonpiaz/watch-cli MCP server?

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

How to install io.github.sonpiaz/watch-cli

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • KYMA_API_KEY
    secret

    Kyma API key (default backend). Get one at https://kymaapi.com — first $0.50 free, then pay-per-use (~$0.05 per 1-hour video). Optional if WATCH_AUDIO_MODE=local (whisper.cpp) or GROQ_API_KEY is set instead.

  • GROQ_API_KEY
    secret

    Groq API key for direct BYOK transcription (alternative to Kyma). Set this instead of KYMA_API_KEY if you prefer direct provider.

  • WATCH_AUDIO_MODE

    Backend routing override. Values: kyma (default), byok (use GROQ_API_KEY), local (whisper.cpp on $PATH, fully offline).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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>"
      }
    }
  }
}
Claude Code
claude mcp add watch-cli --env KYMA_API_KEY=<YOUR_KYMA_API_KEY> --env GROQ_API_KEY=<YOUR_GROQ_API_KEY> --env WATCH_AUDIO_MODE=<YOUR_WATCH_AUDIO_MODE> -- npx -y @sonpiaz/watch-cli-mcp

Related MCP servers

Search and discover affiliate programs with agent-ready data and commission details.

59
TypeScript
View repository →