← Back to Plugins
MCP Server MCP

io.github.huseyinstif/klaket-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "klaket-mcp",
      "version": "0.7.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of your Klaket API (default: http://localhost:8484)",
          "format": "string",
          "name": "KLAKET_API_URL"
        },
        {
          "description": "API key for cloud/authenticated deployments (not needed for local self-hosting)",
          "format": "string",
          "isSecret": true,
          "name": "KLAKET_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...