MCP.so
登录

YouTube MCP Server

@negabaro

关于 YouTube MCP Server

暂无概览

基本信息

分类

媒体与设计

运行时

node

传输方式

stdio

发布者

negabaro

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "youtube-mcp-server-negabaro": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@ZubeidHendricks/youtube",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is YouTube MCP Server?

YouTube MCP Server is a Model Context Protocol (MCP) server that enables AI language models to interact with YouTube content through a standardized interface. It provides access to video details, transcripts, channel information, and playlist management.

How to use YouTube MCP Server?

Install via Smithery or npm, then set the YOUTUBE_API_KEY environment variable with a valid YouTube Data API v3 key. Configure your MCP client (e.g., Claude Desktop or VS Code) to use the server. Optionally set YOUTUBE_TRANSCRIPT_LANG for a default transcript language (defaults to 'en').

Key features of YouTube MCP Server

  • Retrieve video details, statistics, and search across YouTube
  • Get video transcripts with support for multiple languages and timestamped captions
  • List and search within channel content and playlists
  • Manage playlist items and retrieve playlist transcripts

Use cases of YouTube MCP Server

  • AI‑powered assistants answering questions about specific YouTube videos or channels
  • Automated content analysis, summarization, or translation using video transcripts
  • Building search or recommendation tools that query YouTube data programmatically
  • Integrate YouTube data into workflows without manual API calls

FAQ from YouTube MCP Server

How do I get started with YouTube MCP Server?

Install using Smithery (npx -y @smithery/cli install ...) or manually with npm. Then set the YOUTUBE_API_KEY environment variable to your YouTube Data API key and add the server configuration to your MCP client (e.g., Claude Desktop or VS Code).

What configuration options are available?

The required configuration is YOUTUBE_API_KEY. Optionally, you can set YOUTUBE_TRANSCRIPT_LANG to define the default language for transcripts (defaults to 'en').

Does YouTube MCP Server support multiple languages for transcripts?

Yes. You can specify a language parameter when retrieving a transcript (e.g., language: "de"). The optional YOUTUBE_TRANSCRIPT_LANG environment variable sets a default.

How do I install YouTube MCP Server in VS Code?

Use one of the provided one‑click install buttons (for stable or Insiders VS Code) or manually add the server configuration (including the API key as a password input) to your User Settings JSON file or a .vscode/mcp.json workspace file.

评论

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