Skip to main content
Glama

YouTube MCP Server

by coyaSONG
package.json1.14 kB
{ "name": "@coyasong/youtube-mcp-server", "version": "1.0.0", "main": "dist/index.js", "module": "./src/index.ts", "type": "module", "bin": { "youtube-mcp-server": "./dist/index.js" }, "scripts": { "clean": "rm -rf dist", "prebuild": "rm -rf dist && mkdir -p dist", "build": "tsc", "start": "node dist/index.js", "dev": "node --loader ts-node/esm src/index.ts" }, "repository": { "type": "git", "url": "git+https://github.com/coyaSONG/youtube-mcp-server.git" }, "keywords": [], "author": "coyaSONG", "license": "ISC", "bugs": { "url": "https://github.com/coyaSONG/youtube-mcp-server/issues" }, "homepage": "https://github.com/coyaSONG/youtube-mcp-server#readme", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.4", "dotenv": "^16.4.7", "express": "^4.21.0", "googleapis": "^148.0.0", "node-cache": "^5.1.2", "youtube-captions-scraper": "^2.0.3", "zod": "^3.24.2" }, "devDependencies": { "@types/express": "^5.0.0", "@types/node": "^22.13.14", "ts-node": "^10.9.2", "typescript": "^5.8.2" } }

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

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