๐ฏ YouTube Transcript + YouTube Search MCP for AI Agents
About
๐ฏ The fastest YouTube transcript + YouTube search MCP for AI agents. Try for free.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source โ it does not run, download, or vouch for the server. Review the command before you run it.
TransportHTTP (remote server)
Claude Code
claude mcp add --transport http youtube-transcript-and-youtube-search https://transcriptapi.com/mcp
Cursor
If the button doesn't open Cursor, use the JSON below โ Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"youtube-transcript-and-youtube-search","type":"http","url":"https://transcriptapi.com/mcp"}'
JSON
{
"mcpServers": {
"youtube-transcript-and-youtube-search": {
"url": "https://transcriptapi.com/mcp"
}
}
}