Skip to main content
Glama
package.json1.59 kB
{ "name": "video-transcriber-mcp", "version": "1.1.1", "description": "MCP server for transcribing videos from 1000+ platforms (YouTube, Vimeo, TikTok, Twitter, etc.) or local video files using Whisper", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "video-transcriber-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "start": "bun run src/index.ts", "build": "npm run clean && tsc && npm run fix-shebang", "fix-shebang": "chmod +x dist/index.js", "dev": "bun --watch src/index.ts", "test": "bun run src/transcriber.ts", "check": "tsc --noEmit", "clean": "rm -rf dist", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "youtube", "vimeo", "tiktok", "twitter", "video-transcription", "transcription", "whisper", "openai", "yt-dlp", "multi-platform", "typescript", "model-context-protocol", "claude", "ai", "accessibility", "captions", "subtitles" ], "author": "nhatvu148", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/nhatvu148/video-transcriber-mcp.git" }, "bugs": { "url": "https://github.com/nhatvu148/video-transcriber-mcp/issues" }, "homepage": "https://github.com/nhatvu148/video-transcriber-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" }, "engines": { "node": ">=18.0.0" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nhatvu148/video-transcriber-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server