HomeDesign & Media › klaket

klaket

Let AI agents watch videos: local transcripts, speakers, scenes, chapters and moment search

TypeScript Local macOSWindowsLinux
★ 2 stars Last pushed 2026-07-14 License: AGPL-3.0

Topics: Multimedia Process

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.7.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "klaket": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "KLAKET_API_URL": "<YOUR_VALUE>",
        "KLAKET_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • KLAKET_API_URL — Base URL of your Klaket API (default: http://localhost:8484)
  • KLAKET_API_KEY secret — API key for cloud/authenticated deployments (not needed for local self-hosting)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry