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 who work with developer tools, diarization and ocr and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.
VERIFIED ACTIVE
LAST COMMIT 2026-07-14 · ★ 2 · #70 OF 106 MAINTAINED AI & ML · VERIFIED 2026-09-18
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
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
- repository
- github.com/huseyinstif/klaket
- category
- AI & ML - ranked #70 of 106 actively-maintained AI & ML servers as of 2026-09-18.
- 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-09-18, 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
Alternatives to Klaket MCP
Maintained AI & ML servers if Klaket MCP isn't the fit.
- Fun ASR Transcribe local audio with FunASR and SenseVoice using private, on-device inference. ★ 20,411 · 2026-09-18
- Auto TS Automated time series forecasting with model search, anomaly detection, and event risk analysis ★ 1,428 · 2026-08-25
- Haiku RAG Local-first agentic RAG with citations - hybrid search, reranking, multimodal document retrieval ★ 609 · 2026-09-17
- Plan Exe MCP server for generating rough-draft project plans from natural-language prompts. ★ 401 · 2026-09-13
- Local RAG (shinpr) Easy-to-setup local RAG server with minimal configuration ★ 398 · 2026-09-18
- PageIndex MCP Reasoning-based RAG system for chatting with long PDFs. Supports local and online files. ★ 388 · 2026-07-25
Pairs well with
Servers that cover what Klaket MCP doesn't - only shown when the pairing reason fits the companion.
More AI & ML MCP servers · Ragscore · Mcpbridge · Meta Prompt MCP · 3D Visualizer · Lynx
More Python MCP servers · Smartest Tv · Hydrolix · Bibverify · Proof Flow · Onecite · see all