This MCP server fetches and downloads transcripts for YouTube videos. It exposes a single endpoint that takes a video URL and returns the transcript text. The server connects to YouTube's public API to retrieve the transcript data. Developers use it to automate transcript extraction for content analysis, caption generation, or video summarization.
This MCP server fetches and downloads transcripts for YouTube videos. It exposes a single endpoint that takes a video URL and returns the transcript text. The server connects to YouTube's public API to retrieve the transcript data. Developers use it to automate transcript extraction for content analysis, caption generation, or video summarization.
npx -y @kimtaeyoon83/mcp-server-youtube-transcriptAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"kimtaeyoon83-mcp-server-youtube-transcript-github": {
"command": "npx",
"args": [
"-y",
"npx -y @kimtaeyoon83/mcp-server-youtube-transcript"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from youtube transcript?"
No configuration required. This server works out of the box.
"What resources are available in youtube transcript?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in youtube transcript"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in youtube transcript with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.