Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
YouTube MCP Integration
by
spolepaka
Verified
GitHub
Browser Automation
Entertainment & Media
TypeScript
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
ephor-youtube-mcp
public
.specstory
src
.gitignore
package.json
package-lock.json
README.md
run-youtube-tests.sh
status-local.json
status-response.json
test-mcp-sse.js
test-package.json
test-sse.sh
test-youtube-tools.js
tsconfig.json
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": true, "outDir": "dist", "rootDir": "src", "declaration": true, "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }