Fetch the full transcript of any YouTube video as clean text. No API key, no signup.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by YouTube Transcript AI.
get_youtube_transcriptFetch the full text transcript of a YouTube video.
Give Claude, ChatGPT, Cursor, and any MCP client the ability to read YouTube transcripts โ free, no API key, no signup.
A hosted Model Context Protocol server that exposes one tool, get_youtube_transcript, backed by youtube-transcript.ai. Paste a YouTube link mid-conversation and your AI reads the full transcript on demand โ no copy-paste, no browser tab.
Connector URL:
That's it. It's hosted โ there's nothing to install or run. Add the URL to your client below.
en, zh-CN, es, ja, โฆ) or let it choose the default.Settings โ Connectors โ Add custom connector
| Field | Value |
|---|---|
| Name | youtube-transcript.ai |
| URL | https://youtube-transcript.ai/mcp |
Then ask: โSummarize this video: https://youtu.be/dQw4w9WgXcQโ
In the custom connector / MCP server setup, add an MCP server with URL https://youtube-transcript.ai/mcp (transport: Streamable HTTP), enable it for your chat, then paste a YouTube link.
For clients that launch MCP servers via a config file, bridge the remote server with mcp-remote:
Clients that support remote MCP URLs natively can use https://youtube-transcript.ai/mcp directly.
get_youtube_transcriptFetch the full text transcript of a YouTube video.
| Parameter | Type | Required | Description |
|---|---|---|---|
video | string | yes | YouTube URL (watch, youtu.be, shorts, embed) or a bare 11-character video ID |
lang | string | no | BCP-47 language code, e.g. en, zh-CN, es. Omit for the default track |
Returns plain text: the transcript with title, duration, and a list of available languages.
<link> in 5 bullets.โ<link>? Quote the exact lines.โThe server speaks standard MCP over Streamable HTTP (JSON-RPC). A zero-dependency example is in examples/quickstart.mjs:
MIT
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/youtube-transcript-ai)<a href="https://allmcps.com/mcp/youtube-transcript-ai"><img src="https://allmcps.com/api/badge/youtube-transcript-ai?style=directory" alt="YouTube Transcript AI on AllMCPs" /></a>