YouTube MCP Server

40 tools. 10 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

10 can modify or destroy data
30 read-only
40 tools total

Community server · catalogue entry verified 06/07/2026

How to control YouTube MCP Server ↓

What YouTube MCP Server exposes to your agents

Read (30) Write / Execute (8) Destructive / Financial (2)
Critical Risk

The most dangerous YouTube MCP Server tools

10 of YouTube MCP Server's 40 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control YouTube MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and YouTube MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "youtube_delete_video": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "youtube_add_to_playlist": {
    "limits": [
      {
        "counter": "youtube_add_to_playlist_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "youtube_analytics_content_type_breakdown": {
    "limits": [
      {
        "counter": "youtube_analytics_content_type_breakdown_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register YouTube MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON YOUTUBE →

Instant setup, no code required.

All 40 YouTube MCP Server tools

READ 30 tools
Read youtube_analytics_content_type_breakdown Compare performance of Shorts vs long-form videos vs live streams. Read youtube_analytics_daily youtube_analytics_daily Read youtube_analytics_day_of_week youtube_analytics_day_of_week Read youtube_analytics_demographics Get audience demographics — age group and gender breakdown. Read youtube_analytics_geography Get views by country. Read youtube_analytics_overview Get channel-level analytics summary. Read youtube_analytics_retention youtube_analytics_retention Read youtube_analytics_revenue youtube_analytics_revenue Read youtube_analytics_revenue_by_video youtube_analytics_revenue_by_video Read youtube_analytics_top_shorts Get top-performing Shorts by views. Read youtube_analytics_top_videos youtube_analytics_top_videos Read youtube_analytics_traffic_sources youtube_analytics_traffic_sources Read youtube_analytics_video_detail Get detailed analytics for a specific video over time. Read youtube_auth Initiate OAuth 2.0 authentication flow. Read youtube_auth_status Check current authentication status and quota usage. Read youtube_get_categories List available YouTube video categories for a region. Read youtube_get_channel Get channel details by channel ID, handle (@username), or the authenticated user's channel. Read youtube_get_transcript youtube_get_transcript Read youtube_get_video Get detailed metadata and statistics for a specific video. Read youtube_list_captions List available caption tracks for a video you own. Read youtube_list_comments List top-level comments on a video. Read youtube_list_playlists List playlists for a channel. Read youtube_list_videos youtube_list_videos Read youtube_reporting_download Download a report CSV. Read youtube_reporting_list_jobs List all active reporting jobs. Read youtube_reporting_list_reports List available reports for a job. Read youtube_reporting_list_types youtube_reporting_list_types Read youtube_search youtube_search Read youtube_search_suggestions youtube_search_suggestions Read youtube_trending Get currently trending videos on YouTube.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about YouTube MCP Server

Can an AI agent delete data through the YouTube MCP Server MCP server? +

Yes. The YouTube MCP Server server exposes 2 destructive tools including youtube_delete_video, youtube_remove_from_playlist. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through YouTube MCP Server? +

The YouTube MCP Server server has 8 write tools including youtube_add_to_playlist, youtube_create_playlist, youtube_post_comment. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach YouTube MCP Server.

How many tools does the YouTube MCP Server MCP server expose? +

40 tools across 3 categories: Destructive, Read, Write. 30 are read-only. 10 can modify, create, or delete data.

How do I enforce a policy on YouTube MCP Server? +

Register the YouTube MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every YouTube MCP Server tool call.

Deterministic rules across all 40 YouTube MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

40 YouTube MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.