Google PageRank for AI agents. 25,000+ tools indexed.

YouTube Transcript MCP Server by jkawamoto

#782 of 3252 by jkawamoto
55 score

This server retrieves transcripts for given YouTube video URLs, enabling integration with Goose CLI or Goose Desktop for transcript extraction and processing.

Ranked #782 out of 3252 indexed tools.Actively maintained with commits in the last week.
🔑
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing →

Signal Breakdown

Installs 1.0k
Freshness 1d ago
Issue Health 53%
Stars 351
Platform Breadth 1 platform
Contributors 4
Description Detailed

How to Improve

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for YouTube Transcript MCP Server by jkawamoto
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-jkawamoto--mcp-youtube-transcript)](https://agentrank-ai.com/skill/glama-jkawamoto--mcp-youtube-transcript/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-jkawamoto--mcp-youtube-transcript/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-jkawamoto--mcp-youtube-transcript" alt="AgentRank"></a>

Supported Platforms

MCP

From the README

# YouTube Transcript MCP Server

This MCP server retrieves transcripts for given YouTube video URLs.

<a href="https://glama.ai/mcp/servers/of3kwtmlqp"></a>

## Tools
This MCP server provides the following tools:

### `get_transcript`
Fetches the transcript of a specified YouTube video.

#### Parameters
- **url** *(string)*: The full URL of the YouTube video. This field is required.
- **lang** *(string, optional)*: The desired language for the transcript. Defaults to `en` if not specified.
- **next_cursor** *(string, optional)*: Cursor to retrieve the next page of the transcript.

### `get_timed_transcript`
Fetches the transcript of a specified YouTube video with timestamps.

#### Parameters
- **url** *(string)*: The full URL of the YouTube video. This field is required.
- **lang** *(string, optional)*: The desired language for the transcript. Defaults to `en` if not specified.
- **next_cursor** *(string, optional)*: Cursor to retrieve the next page of the transcript.

### `get_video_i
Read full README on GitHub →