Skip to main content
Glama

mcp-youtube

by kirbah
package.json2.25 kB
{ "name": "@kirbah/mcp-youtube", "version": "0.2.7", "mcpName": "io.github.kirbah/mcp-youtube", "description": "YouTube MCP server for token-optimized, structured data using the YouTube Data API v3.", "main": "dist/index.js", "type": "module", "module": "src/index.ts", "bin": { "mcp-youtube": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "dev": "npx @smithery/cli dev", "build": "npm run build:http", "build:http": "npx @smithery/cli build", "start": "npm run start:http", "start:http": "node .smithery/index.cjs", "build:stdio": "tsc", "start:stdio": "node dist/index.js", "prepublishOnly": "npm run build:stdio", "start:client": "tsx ./src/index.ts", "inspector": "npx @modelcontextprotocol/inspector tsx ./src/index.ts", "clean": "rimraf dist", "lint": "node --max-old-space-size=4096 node_modules/eslint/bin/eslint.js .", "test": "jest", "format": "prettier --write .", "format:check": "prettier --check ." }, "keywords": [ "mcp", "youtube", "youtube-api", "claude", "anthropic", "model-context-protocol", "ai", "llm", "language-model", "tools" ], "author": "Kiryl Bahdanau", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/kirbah/mcp-youtube.git" }, "bugs": { "url": "https://github.com/kirbah/mcp-youtube/issues" }, "homepage": "https://github.com/kirbah/mcp-youtube#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.19.1", "dotenv": "^17.2.1", "googleapis": "^156.0.0", "mongodb": "^6.18.0", "tsx": "^4.20.4", "youtube-caption-extractor": "^1.9.0", "zod": "^3.25.76" }, "devDependencies": { "@eslint/js": "^9.33.0", "@smithery/cli": "^1.4.6", "@types/jest": "30.0.0", "@types/node": "^24.3.0", "eslint": "^9.33.0", "eslint-config-prettier": "^10.1.8", "jest": "30.2.0", "jest-junit": "^16.0.0", "prettier": "^3.6.2", "rimraf": "^6.0.1", "ts-jest": "^29.4.1", "typescript": "^5.9.2", "typescript-eslint": "^8.39.1" }, "engines": { "node": ">=20.0.0" }, "publishConfig": { "access": "public" } }

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/kirbah/mcp-youtube'

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