Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-youtube-transcript
by
sinco-lab
Verified
npm
GitHub
Search
Image & Video Processing
TypeScript
MIT License
119
3
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-youtube-transcript
assets
docs
src
Dockerfile
.dockerignore
.gitignore
LICENSE
.npmignore
.npmrc
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "name": "@sinco-lab/mcp-youtube-transcript", "version": "0.0.7", "description": "A server built on the Model Context Protocol (MCP) that enables direct downloading of YouTube video transcripts, supporting AI and video analysis workflows.", "license": "MIT", "author": "sinco", "homepage": "https://github.com/sinco-lab/mcp-youtube-transcript", "repository": { "type": "git", "url": "https://github.com/sinco-lab/mcp-youtube-transcript.git" }, "bugs": { "url": "https://github.com/sinco-lab/mcp-youtube-transcript/issues" }, "keywords": [ "mcp", "youtube", "transcript", "subtitles", "captions", "video", "ai", "claude", "cursor", "cline", "modelcontextprotocol" ], "type": "module", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "main": "dist/index.js", "module": "dist/index.js", "bin": { "mcp-youtube-transcript": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc && chmod +x dist/*.js", "clean": "rm -rf dist", "prepublishOnly": "npm run clean && npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "1.7.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.6.2" } }