{ "name": "ytranscript-mcp", "version": "0.1.0", "description": "MCP server for YouTube transcripts. Works from any cloud, no proxies. Transcribes videos without captions. Built on the yTranscript API.", "type": "module", "bin": { "ytranscript-mcp": "dist/index.js" }, "main": "./dist/index.js", "files": ["dist", "README.md", "LICENSE"], "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "test": "vitest run", "prepublishOnly": "npm run typecheck && npm test && npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.1", "ytranscript-api": "^0.1.3", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsup": "^8.0.0", "typescript": "^5.4.0", "vitest": "^4.1.10" }, "engines": { "node": ">=18" }, "license": "MIT", "author": "nnnoel", "homepage": "https://ytranscript.com/developers", "repository": { "type": "git", "url": "git+https://github.com/nnnoel/ytranscript-mcp.git" }, "bugs": { "url": "https://github.com/nnnoel/ytranscript-mcp/issues" }, "mcpName": "io.github.nnnoel/ytranscript-mcp", "keywords": ["mcp", "mcp-server", "model-context-protocol", "claude", "cursor", "youtube", "youtube transcript", "transcript", "captions", "subtitles", "whisper"] }