Klaket MCP

Turn any video into LLM-ready data. LLMs read text. The web became readable with scrapers - but video, the largest store of human knowledge, is still locked away. Klaket unlocks it: give it a video URL or file, get back structured, timestamped, LLM-ready data. It runs locally over stdio via the published package.

People connecting AI & ML tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-14 · ★ 2 · #66 OF 95 MAINTAINED AI & ML · VERIFIED 2026-08-25

AGPL-3.0 · Python servers · how we verify → /methodology

01 · Install Klaket MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add huseyinstif-klaket -- npx -y klaket-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "huseyinstif-klaket": {
      "command": "npx",
      "args": [
        "-y",
        "klaket-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-10 - young repo, little track record yet

license AGPL-3.0 - declared in the repository

npm package klaket-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.huseyinstif is GitHub-verified and matches the repo owner

03 · What Klaket MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.7.1 · 2026-07-13

Patch release on top of the v0.7.0 launch. · Changes · New klaket CLI in the Python package: klaket ingest <url> --wait, status, result, search, delete, usage (configure with KLAKET_API_URL / KLAKET_API_KEY) · Friendly…

v0.7.0 · 2026-07-10

The first public release of Klaket - turn any video into LLM-ready data. · Highlights · Transcripts in ~100 languages with word-level timestamps (faster-whisper), per-job model selection and context prompts · Speaker…

04 · Who maintains Klaket MCP

klaket-mcp is maintained by huseyinstif. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
AI & ML - ranked #66 of 95 actively-maintained AI & ML servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-07-13)
registry
io.github.huseyinstif/klaket-mcp (active, first published 2026-07-13)
packages
npm:klaket-mcp

06 · Klaket MCP FAQ

What is Klaket MCP?

Turn any video into LLM-ready data. LLMs read text. The web became readable with scrapers - but video, the largest store of human knowledge, is still locked away. Klaket unlocks it: give it a video URL or file, get back structured, timestamped, LLM-ready data. It runs locally over stdio via the published package.

Is Klaket MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-14 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Klaket MCP?

Run `npx -y klaket-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Klaket MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Klaket MCP

More AI & ML MCP servers · Ragscore · Mcpbridge · DEVONthink MCP (istefox) · Meta Prompt MCP · RAGMap MCP

More Python MCP servers · Smartest Tv · Hydrolix · Bibverify · Proof Flow · Onecite · see all