Skip to main content
Glama

YouTube MCP

This public listing provides connection metadata and client examples for the hosted SocialDataX YouTube MCP service. The implementation is privately hosted; this directory contains public connection materials only.

Service

  • Hosted MCP endpoint: https://mcp.socialdatax.com/youtube/mcp

  • Hosted transport: streamable-http

  • Authentication: Authorization: Bearer <SOCIALDATAX_API_KEY>

  • Product: SocialDataX / 社媒数据助手

  • Website and API Key access: https://socialdatax.com/ai?from=github

  • Registry name: com.52choujiang/youtube-insights

  • Future registry name: com.socialdatax/youtube-insights

  • Current public capability version: 0.1.1

Related MCP server: YouTube MCP Server

Scope

Use this service for public YouTube video search and detail, top-level comments, comment replies, channel info, channel video or Shorts lists, and video speech-to-text transcript jobs. It does not provide account login, posting, editing, liking, commenting, following, or other account actions.

Tools

Tool

Purpose

socialdatax_get_points_balance

Query the current API Key account balance.

youtube_search_videos

Search public videos; use when a search term is available, and continue with page_token.

youtube_get_video_detail_by_url

Read video details from a video URL.

youtube_get_channel_info_by_url

Read channel info from a channel URL.

youtube_get_user_posted_videos_by_channel_url

Read channel videos or Shorts and continue with page_token.

youtube_get_video_comments_by_url

Read first-level comments from a video URL.

youtube_get_video_comment_replies

Read replies from a reply_token and continue with page_token.

youtube_submit_video_speech_text_by_url

Submit a video speech-to-text transcript job from a YouTube video URL.

youtube_submit_video_speech_text_by_video_id

Submit a video speech-to-text transcript job from an 11-character YouTube video_id.

youtube_get_video_speech_text_job

Check a transcript job by job_id; continue until is_terminal is true.

When a video or channel URL is already available, use the corresponding detail, comment, or channel tool instead of searching again.

Quick Start

Use the hosted endpoint directly when the client supports authenticated streamable-http:

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

For command/stdio-only clients, use npx -y mcp-remote https://mcp.socialdatax.com/youtube/mcp --header "Authorization: Bearer <SOCIALDATAX_API_KEY>". See the files in examples.

Request or manage API access at https://socialdatax.com/ai?from=github. Never commit a real 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