YouTube
Search, video, channel, playlist, comments, trending and related items from YouTube. Hosted by the p
Open source Repository Open in the app JSON README (API)
About
Search, video, channel, playlist, comments, trending and related items from YouTube. Hosted by the p
Details
- Kind
- MCP servers
- Topic
- Social & content
- Publisher
- mcp-dir
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 0.1.0
- Last push
- 2026-08-30T19:50:32Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-29 04:00:46
- Updated
- 2026-08-29 04:00:46
- Origin id
io.github.mcp-dir/youtube-mcp
README
# YouTube ### YouTube para Claude, ChatGPT e agentes de IA Busca, vídeo, canal, playlist, comentários, trending e relacionados do YouTube. Hospedado pela plataforma, sem necessidade de credencial. - 📊 **22 ferramentas** - ✏️ **Leitura e escrita** - 💬 **Funciona com qualquer cliente MCP**: Claude Desktop, Cursor, VS Code, Cline, Continue - 🔑 **Login via magic-link (sem senha)** [English version](README.en.md) · [Documentação completa](docs/) · [Skill pra agentes](skills/) --- ## Instalar em 1 clique ### Claude (Web e Desktop) A Anthropic unificou a instalação de MCPs em `claude.ai/customize/connectors`. **O mesmo link serve pra Claude Web e Claude Desktop** (basta estar logado): [➕ Abrir no Claude e conectar](https://claude.ai/new?modal=add-custom-connector#settings/customize-connectors) **Manual** (se o deeplink não abrir): [claude.ai/customize/connectors](https://claude.ai/customize/connectors?surface=cowork) → **+** → **Adicionar conector personalizado** → cole **Nome** `YouTube` e **URL** `https://api.mcp.ai/p_youtube`. ### Cursor [➕ Instalar YouTube no Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=youtube&config=eyJ1cmwiOiJodHRwczovL2FwaS5tY3AuYWkvcF95b3V0dWJlIn0=) ### VS Code (Copilot Chat) [➕ Instalar YouTube no VS Code](vscode:mcp/install?name=youtube&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fapi.mcp.ai%2Fp_youtube%22%7D) ### ChatGPT, Manus, OpenClaw e mais 40+ clientes Funciona em qualquer cliente MCP que suporte **MCP over HTTP**. A URL do servidor é sempre: ``` https://api.mcp.ai/p_youtube ``` Detalhes por cliente: [INSTALL.md](INSTALL.md). --- ## Exemplos de uso ``` Busque vídeos sobre "receita fit" Detalhes do vídeo dQw4w9WgXcQ Trending nos EUA ``` --- ## 22 ferramentas disponíveis | Tool | Descrição | |---|---| | `youtube_home_feed` | YouTube home feed (anonymous, geo/lang aware). | | `youtube_trending` | Trending videos by region. | | `youtube_search` | Search videos, channels, playlists. | | `youtube_resolve_url` | Resolve a YouTube URL or share link to its videoId / pageType. | | `youtube_download` | Stream/download metadata for a video (formats, audio/video URLs, status). | | `youtube_hype` | YouTube Hype: viral / hyped videos feed. | | `youtube_hashtag` | Posts under a hashtag (without leading #). | | `youtube_playlist` | Playlist items by playlist id. | | `youtube_comments` | Top-level comments thread for a video. | | `youtube_video_related` | Related videos for a given video id. | | `youtube_channel_home` | Channel home page payload (featured shelves + meta). | | `youtube_channel_about` | Channel description, links, country, subscriber count, banner. | | `youtube_channel_videos` | Channel videos tab. Bulk support: accepts ids for batched execution. | | `youtube_channel_shorts` | Channel shorts tab. Bulk support: accepts ids for batched execution. | | `youtube_channel_playlists` | Channel playlists tab. Bulk support: accepts ids for batched execution. | | `youtube_channel_community` | Community posts tab for a channel. | | `youtube_channel_featured` | Featured channels listed on a channel. | | `youtube_channel_store` | Store / merch shelf for a channel. | | `youtube_channel_search` | Search a channel's own videos and playlists. | | `youtube_channel_videos_post` | POST variant of channel videos. | | `youtube_channel_shorts_post` | POST variant of channel shorts. | | `youtube_api` | Escape hatch: call any path on the YouTube backend. | Detalhe de cada tool: [docs/ferramentas.md](docs/ferramentas.md) --- ## Preços Planos a partir do tier grátis. Veja [docs/precos.md](docs/precos.md). --- ## Privacidade & LGPD - **Sub-processadores**: o LLM host que você escolher (Claude, ChatGPT, Cursor, agente próprio). Lista completa em [docs/privacidade-lgpd.md](docs/privacidade-lgpd.md). - Os dados retornados pelas tools são enviados ao **LLM host que você escolher**, sub-processador fora do nosso controle. Recomendamos planos com opt-out de treinamento. --- ## Perguntas frequentes **O servidor é open source?** O servidor é proprietário (hosted). Este repositório é o wrapper público com manifestos, docs e skills — tudo MIT. **Posso usar com agente próprio (não Claude/Cursor)?** Sim — qualquer cliente que suporte MCP over HTTP. URL: `https://api.mcp.ai/p_youtube`. --- ## Suporte - 📧 [youtube@mcp.ai](mailto:youtube@mcp.ai) - 🐛 [GitHub Issues](https://github.com/mcp-dir/youtube-mcp/issues) - 📄 [docs/](docs/) --- ## Licença MIT — veja [LICENSE](LICENSE). O servidor MCP em `api.mcp.ai/p_youtube` é proprietário (hosted); este repositório (manifestos, docs, skills) é MIT.