MCP ExplorerExplorer

Ytrnscrpt Mcp Server

@index01don a year ago
1 MIT
FreeCommunity
AI Systems
The ytrnscrpt-mcp-server allows users to fetch and analyze YouTube video transcripts seamlessly. It integrates with Claude Desktop, enabling easy access to video content by simply requesting transcripts for any YouTube URL.

Overview

What is Ytrnscrpt Mcp Server

ytrnscrpt-mcp-server is a specialized MCP server designed to enable Claude to fetch and analyze transcripts from YouTube videos.

Use cases

Use cases for ytrnscrpt-mcp-server include educators retrieving transcripts for lecture videos, content creators summarizing YouTube videos for their audience, and researchers analyzing video content for data collection.

How to use

To use ytrnscrpt-mcp-server, first install the necessary packages with ‘npm install’ and build the project using ‘npm run build’. Then, configure Claude Desktop by editing the ‘claude_desktop_config.json’ file to include the server command and arguments. Finally, restart Claude Desktop and request transcripts using a YouTube URL.

Key features

Key features of ytrnscrpt-mcp-server include the ability to fetch transcripts from YouTube videos, easy integration with Claude Desktop, and a straightforward setup process.

Where to use

ytrnscrpt-mcp-server can be used in various fields such as education for analyzing video content, content creation for summarizing video information, and research for extracting data from video transcripts.

Content

YouTube Transcript MCP Server

MCP server that enables Claude to fetch and analyze YouTube video transcripts.

Quick Start

  1. Setup:
npm install
npm run build
  1. Configure Claude Desktop:
    • Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
  "mcpServers": {
    "youtube-transcript": {
      "command": "node",
      "args": [
        "/ABSOLUTE/PATH/TO/ytrnscrpt-mcp-server/dist/index.js"
      ]
    }
  }
}
  • Restart Claude Desktop
  • Ask: “Get me the transcript for [YouTube URL]”

License

MIT

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers