Documentation
Connect transcribed.dev to Claude Code or Claude Desktop via the Model Context Protocol.
Add this to your Claude MCP config (~/.claude/mcp.json or Claude Desktop settings):
{
"mcpServers": {
"youtube-transcriber": {
"command": "npx",
"args": ["-y", "@lifesized/youtube-transcriber-mcp"],
"env": {
"YTT_API_KEY": "ytt_sk_...",
"YTT_API_URL": "https://transcribed.dev"
}
}
}
}Once configured, Claude can transcribe YouTube videos for you:
"Transcribe this video and summarize the key points: https://youtube.com/watch?v=..."
Claude will use the MCP server to fetch the transcript and work with it directly.
Or use shorthand triggers — paste a URL prefixed with t or ts:
t https://youtube.com/watch?v=... — transcript only
ts https://youtube.com/watch?v=... — transcribe + summarize
Or paste a YouTube URL on its own — it auto-activates.