YouTube MCP Integration

by spolepaka
Verified
{ "name": "ephor-youtube-mcp", "version": "1.0.0", "description": "YouTube MCP integration", "type": "module", "main": "dist/mcp-server.js", "scripts": { "build": "tsc", "start": "node dist/mcp-server.js", "dev": "tsc -w & nodemon dist/mcp-server.js", "client": "node dist/mcp-client.js", "test-server": "tsc && node dist/test-server.js", "simple-server": "tsc && node dist/simple-server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "cheerio": "^1.0.0-rc.12", "eventsource": "^2.0.2", "express": "^4.18.2", "node-fetch": "^2.6.7", "zod": "^3.22.4" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.11.5", "nodemon": "^3.0.2", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" }, "author": "", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/ephor-youtube-mcp.git" }, "keywords": [ "youtube", "mcp", "model-context-protocol", "llm", "ai" ] }