Get any video's transcript directly inside Continue.dev
Continue.dev reads MCP servers from your config file. Add TranscriptX once, reload, and the tools show up in any chat session.
Steps
- Open your Continue config (typically
~/.continue/config.json). - Add this block (or merge with an existing
mcpServers):{ "mcpServers": { "transcriptx": { "url": "https://transcriptx.xyz/mcp/?token=YOUR_TOKEN" } } } - Reload Continue (Command Palette → "Continue: Reload").
Replace YOUR_TOKEN with the personal token from /account/mcp.
Try it
Tap any prompt to copy it.
Make Continue watch the video
watch_url gives the agent the actual frames plus a timestamped transcript,
so it can read code and UI that's only ever shown on screen — never spoken aloud.
Watching costs 2 credits per video. A plain transcript is 1.
Or just get the words
If something breaks
- JSON parse error. Trailing commas and unquoted keys break the config. Validate it first.
- Tools don't appear after reload. Quit and reopen your IDE. Some Continue versions cache MCP discovery.
- 401. Token is wrong, expired, or revoked. Generate a new one at /account/mcp.