UNPKG

youtube-data-mcp

Version:

Extract YouTube transcripts and comments for analysis

39 lines (38 loc) 976 B
{ "name": "youtube-data-mcp", "version": "1.0.6", "description": "Extract YouTube transcripts and comments for analysis", "type": "module", "main": "build/index.js", "bin": { "youtube-data-mcp": "./build/index.js" }, "scripts": { "build": "tsc && chmod +x build/index.js", "start": "node build/index.js", "dev": "ts-node-esm src/index.ts", "prepare": "npm run build" }, "files": [ "build" ], "keywords": [ "mcp", "youtube", "transcript", "comments" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.4.0", "axios": "^1.8.4", "dotenv": "^16.4.7", "youtube-transcript": "^1.2.1", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^20.10.0", "ts-node": "^10.9.1", "typescript": "^5.3.2" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }