
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
justtranscribe-mcp
Advanced tools
MCP server for JustTranscribe — transcribe public videos and audio into timestamped text from Claude, ChatGPT, Cursor or any MCP client.
MCP server for JustTranscribe — transcribe public videos and audio into accurate, timestamped text without leaving your AI assistant. Paste a YouTube, TikTok or Instagram link in the chat; get the transcript back, export SRT/TXT/Markdown, or pull the AI breakdown of a social video. Spanish, English and dozens of languages are auto-detected.
Two ways to connect — both use the same API key and the same account limits:
| Transport | For | |
|---|---|---|
Hosted https://justtranscribe.ai/api/mcp | Streamable HTTP | Claude Code, Cursor, any client that supports remote servers with headers |
This package npx justtranscribe-mcp | stdio | Claude Desktop and other stdio-only clients |
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"justtranscribe": {
"command": "npx",
"args": ["-y", "justtranscribe-mcp"],
"env": { "JUSTTRANSCRIBE_API_KEY": "jt_live_..." }
}
}
}
Claude Code (hosted variant — no install):
claude mcp add --transport http justtranscribe https://justtranscribe.ai/api/mcp \
--header "Authorization: Bearer jt_live_..."
transcribe_url — start transcribing a public video/audio link (YouTube,
TikTok, Instagram, Facebook, Pinterest, Google Drive). Returns an id;
processing takes minutes.get_transcript — poll by id; returns the full text once complete
(optionally timestamped segments and the AI analysis).list_transcripts — the account's transcripts, newest first.export_transcript — TXT, SRT, VTT, Markdown or CSV as text.delete_transcript — permanently remove a transcript and its media.get_account — identify the key's account and limits.Public links only (no private or login-required videos, no live streams), up to 150 minutes per recording. The server enforces the same limits as the app and the REST API: 120 requests/minute per key, 3 new transcripts/hour, one processing at a time during the beta. File upload isn't possible over MCP — use the app or the REST API.
JUSTTRANSCRIBE_API_KEY (required) — your jt_live_… key.JUSTTRANSCRIBE_API_URL (optional) — API origin override; defaults to
https://justtranscribe.ai.MIT © Bramonti Ventures · Docs: https://justtranscribe.ai/mcp
FAQs
MCP server for JustTranscribe — transcribe public videos and audio into timestamped text from Claude, ChatGPT, Cursor or any MCP client.
The npm package justtranscribe-mcp receives a total of 27 weekly downloads. As such, justtranscribe-mcp popularity was classified as not popular.
We found that justtranscribe-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.