Back to search
30
MCP

@dpm-tools/mcp-yt-clip

npm/@dpm-tools/mcp-yt-clip

MCP server: fetch YouTube transcripts, search for moments by keyword, return text-only summaries. Powered by youtube-transcript. Free, MIT.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

artsamsonov/yt-captions-mcp
An MCP server that fetches YouTube transcripts via `yt-dlp`, with pagination for large responses.
0 tools
io.github.jkawamoto/mcp-youtube-transcript
An MCP server retrieving transcripts of YouTube videos
0 tools
mcp-server-youtube-transcript
This is an MCP server that allows you to directly download transcripts of YouTube videos.
0 tools
artsamsonov/transcriptor-mcp
MCP server that fetches video transcripts via yt-dlp.
0 tools
kzmshx-youtube-mcp
MCP server for extracting YouTube video transcripts and metadata
0 tools
@adbuilds/youtube-transcript-mcp
MCP server for retrieving YouTube video transcripts for Claude Code and other MCP-enabled AI tools
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@dpm-tools/mcp-yt-clip": {
      "url": "None",
      "transport": "http"
    }
  }
}