Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
YouTube MCP Server
by
icraft2170
Verified
npm
GitHub
Entertainment & Media
Search
JavaScript
852
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
youtube-data-mcp-server
src
.cursorrules
Dockerfile
.env.example
.eslintrc.json
.gitignore
jest.config.js
package.json
package-lock.json
README.md
smithery.yaml
test-transcript.js
tsconfig.json
{ "parser": "@typescript-eslint/parser", "plugins": ["@typescript-eslint"], "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended" ], "parserOptions": { "ecmaVersion": 2022, "sourceType": "module" }, "rules": { "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_" }] } }