TranscriptFetch MCP Server已验证已精选
@TranscriptFetch
关于 TranscriptFetch MCP Server
Model Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"transcriptfetch": {
"command": "npx",
"args": [
"-y",
"transcriptfetch-mcp"
],
"env": {
"TRANSCRIPTFETCH_API_KEY": "tf_live_..."
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is TranscriptFetch?
The TranscriptFetch MCP server gives any MCP client (Claude Desktop, Cursor, and others) access to the TranscriptFetch API: fetch YouTube transcripts, search videos, and enumerate channels and playlists. It runs locally over stdio and calls the API with your key.
Tools
- get_transcript: full transcript for a single video (ID or URL)
- search_videos: search YouTube by keyword
- list_channel_videos: list a channel's videos (handle, ID, or URL)
- list_playlist_videos: list a playlist's videos (ID or URL)
Setup
Add this to your MCP client config, then restart the client:
json { "mcpServers": { "transcriptfetch": { "command": "npx", "args": ["-y", "transcriptfetch-mcp"], "env": { "TRANSCRIPTFETCH_API_KEY": "tf_live_..." } } } }
Get a key (100 free credits) at https://transcriptfetch.com/app.
Use cases
- Summarize or Q&A over a YouTube video straight from your assistant
- Feed transcripts into RAG pipelines and agents
- Pull an entire channel or playlist for batch processing
- Search YouTube and fetch matching transcripts in one flow
Links
- API docs: https://transcriptfetch.com/docs
- MCP docs: https://transcriptfetch.com/docs/mcp
- Node SDK: https://github.com/TranscriptFetch/node-sdk
- Python SDK: https://github.com/TranscriptFetch/python-sdk
基本信息
开发工具 分类下的更多 MCP 服务器
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
评论