Skip to main content
Glama

YouTube MCP

此公开列表提供了托管的 SocialDataX YouTube MCP 服务的连接元数据和客户端示例。该实现是私有托管的;此目录仅包含公开的连接材料。

服务

  • 托管 MCP 端点: https://mcp.socialdatax.com/youtube/mcp

  • 托管传输: streamable-http

  • 认证: Authorization: Bearer <SOCIALDATAX_API_KEY>

  • 产品: SocialDataX / 社媒数据助手

  • 网站和 API Key 访问: https://socialdatax.com/ai?from=github

  • 注册表名称: com.52choujiang/youtube-insights

  • 未来注册表名称: com.socialdatax/youtube-insights

  • 当前公开能力版本: 0.1.1

Related MCP server: YouTube MCP Server

范围

使用此服务进行公开 YouTube 视频搜索和详情、顶级评论、评论回复、频道信息、频道视频或 Shorts 列表,以及视频语音转文字转录任务。它不提供账户登录、发布、编辑、点赞、评论、关注或其他账户操作。

工具

工具

用途

socialdatax_get_points_balance

查询当前 API Key 账户余额。

youtube_search_videos

搜索公开视频;当有搜索词时使用,并使用 page_token 继续。

youtube_get_video_detail_by_url

从视频 URL 读取视频详情。

youtube_get_channel_info_by_url

从频道 URL 读取频道信息。

youtube_get_user_posted_videos_by_channel_url

读取频道视频或 Shorts,并使用 page_token 继续。

youtube_get_video_comments_by_url

从视频 URL 读取一级评论。

youtube_get_video_comment_replies

reply_token 读取回复,并使用 page_token 继续。

youtube_submit_video_speech_text_by_url

从 YouTube 视频 URL 提交视频语音转文字转录任务。

youtube_submit_video_speech_text_by_video_id

从 11 个字符的 YouTube video_id 提交视频语音转文字转录任务。

youtube_get_video_speech_text_job

通过 job_id 检查转录任务;持续直到 is_terminal 为 true。

当视频或频道 URL 已经可用时,请使用相应的详情、评论或频道工具,而不是再次搜索。

快速开始

当客户端支持经过认证的 streamable-http 时,直接使用托管端点:

{
  "mcpServers": {
    "socialdatax-youtube": {
      "type": "streamable_http",
      "url": "https://mcp.socialdatax.com/youtube/mcp",
      "headers": {"Authorization": "Bearer <SOCIALDATAX_API_KEY>"}
    }
  }
}

对于仅支持命令行/stdio 的客户端,请使用 npx -y mcp-remote https://mcp.socialdatax.com/youtube/mcp --header "Authorization: Bearer <SOCIALDATAX_API_KEY>"。请参阅 examples 中的文件。

https://socialdatax.com/ai?from=github 请求或管理 API 访问。切勿提交真实的 API Key。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that enables interaction with the YouTube Data API, allowing users to search videos, get video and channel details, analyze trends, and fetch video transcripts.
  • A
    license
    A
    quality
    D
    maintenance
    Enables YouTube content browsing, video searching, and metadata retrieval via the YouTube Data API v3. It also facilitates fetching video transcripts for summarization and analysis within MCP-compatible AI clients.
    7
    39
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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/DevinChen2014/youtube-mcp'

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