YouTube MCP Server
@coyaSONG
About YouTube MCP Server
Youtube mcp server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"youtube-mcp-server-coyasong": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@coyaSONG/youtube-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is YouTube MCP Server?
A Model Context Protocol (MCP) server that provides resources and tools to query YouTube videos, channels, comments, and transcripts through a stdio interface. It is designed for developers and AI agents to interact with YouTube data programmatically.
How to use YouTube MCP Server?
Install dependencies with npm install, set the YOUTUBE_API_KEY environment variable in a .env file, then build and run the server using npm run build and npm start. The server can also be deployed via Docker or installed automatically for Claude Desktop using the Smithery CLI.
Key features of YouTube MCP Server
- Search YouTube videos with advanced filtering options
- Get detailed video and channel information
- Retrieve and compare video statistics
- Discover trending videos by region and category
- Fetch video comments and transcripts/captions
- Generate video analysis and transcript summaries
Use cases of YouTube MCP Server
- Query YouTube video metadata and statistics programmatically
- Analyze channel performance and video trends
- Extract and summarize video transcripts for content review
- Compare statistics across multiple videos
- Automate YouTube data collection for research or dashboards
FAQ from YouTube MCP Server
What is the YouTube MCP Server?
A server that implements the Model Context Protocol to interact with YouTube data, providing resources and tools for querying videos, channels, comments, and transcripts.
What are the prerequisites?
Node.js v16 or later and a YouTube Data API key.
How do I install it?
Clone the repository, run npm install, create a .env file with your YOUTUBE_API_KEY, then build and start the server. Alternatively, use the Smithery CLI for automatic Claude Desktop installation.
What transport and authentication does it use?
It uses a stdio interface and requires a YouTube Data API key set in the YOUTUBE_API_KEY environment variable.
What happens if there is an error?
The server handles invalid API keys, missing videos or channels, unavailable transcripts, and network issues, returning appropriate error responses.
Frequently asked questions
What is the YouTube MCP Server?
A server that implements the Model Context Protocol to interact with YouTube data, providing resources and tools for querying videos, channels, comments, and transcripts.
What are the prerequisites?
Node.js v16 or later and a YouTube Data API key.
How do I install it?
Clone the repository, run `npm install`, create a `.env` file with your `YOUTUBE_API_KEY`, then build and start the server. Alternatively, use the Smithery CLI for automatic Claude Desktop installation.
What transport and authentication does it use?
It uses a stdio interface and requires a YouTube Data API key set in the `YOUTUBE_API_KEY` environment variable.
What happens if there is an error?
The server handles invalid API keys, missing videos or channels, unavailable transcripts, and network issues, returning appropriate error responses.
Basic information
More Media & Design MCP servers
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
Image-Gen-Server
fengin一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
Comments