Servers
YouTube Transcript Server
@kimtaeyoon83
This is an MCP server that allows you to directly download transcripts of YouTube videos.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-youtube-transcript": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@kimtaeyoon83/mcp-server-youtube-transcript",
"--client",
"claude"
]
}
}
}