Skip to main content
Glama
mrsknetwork

YouTube MCP

by mrsknetwork

Related Servers

Alternatives to YouTube MCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      D
      maintenance
      Enables AI tools to access YouTube content, including transcript extraction, video/channel info, and search.
      4
      13 npm
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables AI assistants to search videos, retrieve transcripts and metadata, analyze channels, and access trending and engagement analytics for YouTube content.
      36 npm
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI assistants to search videos, read channels, browse playlists, fetch comments, and get transcripts from YouTube using the YouTube Data API v3 and InnerTube API for captions.
      2
      GPL 3.0
    • A
      license
      A
      quality
      A
      maintenance
      Enables AI assistants to access live YouTube data, including video search, transcripts, analytics, competitor research, SEO metadata, and creator monetization insights through the YouTube Data API and RSS feeds.
      33
      2
      MIT

    TDQS

    A4.1/5.0

    Scored across 19 tools

    Disambiguation4/5

    Most tools are clearly separated by resource type (videos, channels, playlists, comments, captions) and action (list vs get vs search). A few overlaps exist: get_video_metadata's mostPopular mode duplicates list_trending_videos, and list_video_comments vs list_comment_replies may require careful reading to tell top-level threads from replies.

    Naming Consistency5/5

    Tool names consistently use snake_case verb_noun patterns: list_* for collection retrieval, get_* for specific resources/metadata, with search_content and revoke_oauth_token as readable exceptions. The naming makes the resource and action predictable across the whole set.

    Tool Count3/5

    At 19 tools, the set sits in the borderline-heavy 16-25 range. Each tool has a clear job, but some could be consolidated (e.g., merging mostPopular handling into list_trending_videos, or separating auth/membership tools into another server).

    Completeness4/5

    The set covers the read-oriented YouTube workflow thoroughly: search, video/channel/playlist metadata, comments, captions/transcripts, categories, and channel organization. It lacks write operations such as uploading videos, creating playlists, or posting comments, but those appear outside the server's apparent research-focused intent.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues