# Transcript

**Category:** 🌐 Social Media  
**Repository:** https://github.com/ziqorg/transcript  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/transcript

## Description
Get transcripts from YouTube, TikTok, X, Instagram and more - even when captions are off.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "transcript": {
    "command": "npx",
    "args": ["-y","transcript"]
  }
}
```

## Documentation & README

# transcript

Agent skill for [transcript.land](https://transcript.land) — fetch a clean,
timestamped transcript for any **YouTube, X (Twitter), TikTok, or Facebook**
video, straight from Claude, Cursor, or any agent. Captions when they exist, AI
transcription when they don't.

## Install (one command)

```bash
npx skills add ziqorg/transcript --skill transcript
```

This installs the skill into your agent (Claude Code / Desktop, Cursor, …) via
[`npx skills`](https://github.com/vercel-labs/skills). Then set your key:

```bash
export TRANSCRIPT_API_KEY=...   # get one at https://transcript.land → API keys
```

…and just paste a video link to your agent, e.g. *"transcribe https://youtu.be/…"*.

## Use it directly

```bash
bash skills/transcript/scripts/transcript.sh "https://youtu.be/VIDEO" srt
```

See [`skills/transcript/SKILL.md`](https://github.com/ziqorg/transcript/blob/HEAD/skills/transcript/SKILL.md) for the full API.

## License

MIT

