Skip to main content
Glama

YouTube MCP Server

by icraft2170
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM node:lts-alpine # Create app directory WORKDIR /app # Install app dependencies COPY package*.json ./ # Use npm ci to install dependencies without running scripts RUN npm ci --ignore-scripts # Copy all project files COPY . . # Build the project RUN npm run build # Ensure the main file is executable (if not already set) RUN chmod +x dist/index.js # Set environment variables for Docker (actual values should be provided at runtime) ENV YOUTUBE_API_KEY="" ENV YOUTUBE_TRANSCRIPT_LANG="en" # Command to run the MCP server CMD ["node", "dist/index.js"]

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

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