TranscriptFetch MCP ServerVerifiedFeatured
@TranscriptFetch
About TranscriptFetch MCP Server
Model Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"transcriptfetch": {
"command": "npx",
"args": [
"-y",
"transcriptfetch-mcp"
],
"env": {
"TRANSCRIPTFETCH_API_KEY": "tf_live_..."
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
Basic information
More Developer Tools MCP servers
Vibgrate MCP
VibgrateQuery your team's drift, vulnerability, and migration data from any AI assistant. Vibgrate MCP connects Cursor, Claude, ChatGPT, Windsurf, or VS Code to Vibgrate Cloud: 51 tools for DriftScores, CVEs and EOL runtimes, up

BetterBugs
BetterBugsThe BetterBugs MCP (Model Context Protocol) enables you to load BetterBugs bug reports (via report links) directly to your preferred AI Agents and developer environments with MCP Client capabilities (such as Cursor, VS C
Altronis
sypherinMCP server + CLI for Altronis — Singapore AI consulting. Ask the Lyra consultant, generate a grant-matched AI transformation plan, pull curated SG AI events/news. Read-only, wraps altronis.sg.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Comments