MCP.so
登录

MCP YouTube Server

@davo20019

关于 MCP YouTube Server

A Model Context Protocol (MCP) server enabling interaction with YouTube (search, video details) from compatible host applications like Claude for Desktop, Cursor, Windurf.

基本信息

分类

媒体与设计

许可证

MIT license

运行时

python

传输方式

stdio

发布者

davo20019

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP YouTube Server?

An MCP server that provides tools to interact with YouTube via the YouTube Data API v3, allowing MCP host applications like Claude for Desktop to search for videos, retrieve video details, and access channel and playlist data.

How to use MCP YouTube Server?

Install Python 3.10+, uv, and obtain a YouTube Data API v3 key. Run the setup.sh script to create a virtual environment, install dependencies, and prompt for the API key. Then configure your MCP host (e.g., Claude for Desktop) with the wrapper script path printed by the script. After restarting the host, tools such as search_videos and get_video_details become available via natural language prompts.

Key features of MCP YouTube Server

  • Search YouTube videos by query.
  • Get detailed video information (snippet, statistics, content details).
  • Fetch channel details and list recent channel videos.
  • Search and retrieve YouTube playlist items.
  • Find related videos and popular trending videos.

Use cases of MCP YouTube Server

  • Searching YouTube for tutorials or educational content from an MCP host.
  • Gathering metadata and statistics for specific videos or channels.
  • Curating playlists by retrieving their video items.
  • Discovering related content and trending videos in a region or category.
  • Automating video research tasks within an AI assistant workflow.

FAQ from MCP YouTube Server

What are the requirements to run this server?

Python 3.10 or higher, uv, a YouTube Data API v3 key, and a bash-compatible shell (Linux/macOS).

How do I obtain a YouTube Data API key?

You can get one from the Google Cloud Console.

How do I configure the server for Claude for Desktop?

After running setup.sh, edit claude_desktop_config.json (located in ~/Library/Application Support/Claude/ on macOS or %APPDATA%\Claude\ on Windows) and add the wrapper script path as the command with args set to [].

Does the server work on Windows?

The provided bash scripts are designed for Linux/macOS. Windows users may need to perform setup steps manually or adapt the scripts (e.g., create a run_server.bat).

What tools does the server provide?

search_videos, get_video_details, get_channel_details, list_channel_videos, search_playlists, get_playlist_items, get_related_videos, and get_popular_videos.

评论

媒体与设计 分类下的更多 MCP 服务器