ytt-mcp
by cottongeeks·★ 71·Score 43
MCP server for fetching YouTube video transcripts with multiple integrations.
Overview
ytt-mcp is a specialized MCP server that enables fetching YouTube video transcripts through the Model Context Protocol. The server provides a clean interface for AI applications to access video content text without leaving the client environment. It supports multiple platforms including Claude Desktop and Raycast, making it versatile for different use cases and workflows.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need to analyze YouTube content within your AI workflow, especially if you're already using Claude Desktop or Raycast.
When NOT to choose this
Don't choose this if you need to work with private videos or require processing video content beyond transcript extraction.
Tools this server exposes
1 tool extracted from the README (low confidence)fetch_transcriptFetches transcript for a YouTube video
Note: Tool name inferred from usage examples and description, as no explicit 'Tools' section was provided in the README
Comparable tools
Installation
Install and run using uv:
# Install using uv
uv add ytt-mcp
# Run with uvx
uvx ytt-mcpFor Claude Desktop, add to your claude-desktop-config.json:
{
"mcpServers": {
"ytt-mcp": {
"command": "uvx",
"args": ["ytt-mcp"]
}
}
}FAQ
- What YouTube features does ytt-mcp support?
- The server provides access to YouTube video transcripts, allowing extraction of the text content from videos without the need to watch them.
- Can I use ytt-mcp with other AI assistants besides Claude?
- Yes, as an MCP server, it can be integrated with any MCP-compatible client that supports the protocol.
Compare ytt-mcp with
Last updated · Auto-generated from public README + GitHub signals.