YouTube MCP
# YouTube MCP Serverless API A cloud-optimized Model Context Protocol (MCP) implementation providing seamless access to YouTube Data API v3. Built for AI applications, web services, and automation workflows with enterprise-grade performance and reliability. ## 🚀 Three Integration Patterns ### 1. 🌐 Web Applications (Recommended) **Perfect for**: React apps, Vue.js, Next.js, mobile applications,…
YouTube MCP endpoints
| Method | Endpoint | Description |
|---|---|---|
| config | ||
| POST |
configureSession /config |
Sets up a new MCP session and returns connection details with available YouTube tools. Use this endpoint to establish sessions for web applications and discover YouTube… |
| mcp | ||
| POST |
mcpEndpoint /mcp |
Main endpoint for Model Context Protocol communication using JSON-RPC 2.0 format. **Available YouTube Tools**: - `youtube_search`: Search for videos, channels, or playlists -… |
| youtube | ||
| GET |
directYouTubeGet /youtube |
Simple REST endpoint for direct YouTube operations without using the MCP protocol. Perfect for webhooks, automation workflows, and simple integrations. **Available Operation… |
| POST |
directYouTubePost /youtube |
REST endpoint for direct YouTube operations using POST method. Supports complex search configurations in the request body. |
| health | ||
| GET |
healthCheck /health |
Check the health status of the service and get operational metrics. Useful for monitoring, uptime checks, and debugging connectivity issues. |
YouTube MCP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $2.99 / month | — |
|
| ULTRA Recommended | $7.99 / month | — |
|
| MEGA | $19.99 / month | — |
|