mcpbeat Sign in

Klaket MCP Server

by huseyinstif Your server? Claim it
local only

Klaket MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 14 Jul 2026.

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

Installs per day peak 231 · avg 11 · -12% w/w
a month agotoday
34
Installs / week
npm · klaket-mcp
2
Stars
1 open issues
14 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable apps/api/main.go:332, apps/api/search.go:54
    path := filepath.Join(s.dataDir, "jobs", id, "result.json")
        proc = subprocess.run(cmd, capture_output=True, text=True)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add klaket-mcp -- npx -y klaket-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "klaket-mcp": {
      "args": [
        "-y",
        "klaket-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.klaket-mcp]
command = "npx"
args = ["-y", "klaket-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "klaket-mcp": {
      "args": [
        "-y",
        "klaket-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "klaket-mcp": {
      "args": [
        "-y",
        "klaket-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KLAKET_API_URL (Base URL of your Klaket API (default: http://localhost:8484)), KLAKET_API_KEY (API key for cloud/authenticated deployments (not needed for local self-hosting)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Klaket MCP

same job, measured the same way
Podkit
by podkitapp

Podcast search, metadata, chapters, and transcripts for AI agents — from $15/mo

answering
VidNotes
by karniej

Video transcripts, summaries, chapters, study notes, and comparisons for AI agents.

answering
Magpie Search
by xfloukiex-lab

Federated local-first search across transcripts, files, KG, vectors and the web for AI agents.

67 installs/wk local only
yt-mem-ai
by dasein108

Local YouTube memory: transcribe, embed and search videos, with summaries and highlights.

118 installs/wk local only
Youtube Transcripts
by fetchworks-dev

YouTube transcripts for AI agents: videos, channels, playlists, search. Timestamps, SRT, VTT.

27 installs/wk local only
Watch CLI
by sonpiaz

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

52 installs/wk local only
YouTube Transcript + YouTube Search MCP
by getyoutubetranscript

YouTube transcripts, search, channel browsing, and playlists for AI agents via MCP.

6 tools answering
Ollos MCP
by kelvinbiffi

Local, offline transcription, speakers, keyframes, on-screen text and review of any audio or video.

57 installs/wk local only

Klaket MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Klaket MCP?
Klaket MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package klaket-mcp was installed 34 times last week.
How do I connect Klaket MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls klaket-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Klaket MCP?
The npm package klaket-mcp was installed 34 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Klaket MCP open source?
Yes — it is published under the MIT licence, written in Python, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.