Skip to main content
Glama
package.json1.26 kB
{ "name": "@limecooler/yt-info-mcp", "version": "1.1.1", "description": "MCP server for retrieving YouTube video information and transcripts", "main": "dist/index.js", "type": "module", "bin": { "yt-info-mcp": "./dist/index.js" }, "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "tsx src/index.ts", "dev": "tsx watch src/index.ts", "test": "node test-comprehensive.js", "test:mcp": "node test-mcp-server.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "youtube", "transcript", "video" ], "author": "Limecooler", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Limecooler/yt-video-info.git" }, "bugs": { "url": "https://github.com/Limecooler/yt-video-info/issues" }, "homepage": "https://github.com/Limecooler/yt-video-info#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^22.10.2", "tsx": "^4.19.2", "typescript": "^5.7.2" }, "files": [ "dist/**/*", "README.md", "LICENSE", "package.json" ], "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" } }

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/Limecooler/yt-video-info'

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