youtube-data-mcp-server
YouTube MCP Server is a Model Context Protocol server that connects AI language models to YouTube Data via a standardized interface. It features tools for accessing video, channel, and trend data, and provides multi-language support for captions and transcripts.
What is the YouTube MCP Server?
The YouTube MCP Server is a Model Context Protocol server that uses the YouTube Data API to allow AI models to interact with YouTube content through a standardized interface.
How can I install the YouTube MCP Server?
You can install the server automatically via Smithery or manually using npm or by cloning the repository from GitHub.
What are the system requirements for running the YouTube MCP Server?
The server requires Node.js version 18.0.0 or higher.
How do I secure my API key?
Keep your API key secure by managing it through environment variables or configuration files and never commit it to version control systems.
What ports does the server use for communication?
The server uses port 3000 for HTTP and port 3001 for gRPC communication.