# YouTube [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/mcp-dir/youtube-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/youtube-2

## Description
Search, video, channel, playlist, comments, trending and related items from YouTube. Hosted by the p

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "youtube": {
    "url": "https://claude.ai/new?modal=add-custom-connector#settings/customize-connectors"
  }
}
```

## Documentation & 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](https://github.com/mcp-dir/youtube-mcp/blob/HEAD/README.en.md) · [Documentação completa](https://github.com/mcp-dir/youtube-mcp/blob/HEAD/docs/) · [Skill pra agentes](https://github.com/mcp-dir/youtube-mcp/blob/HEAD/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](https://github.com/mcp-dir/youtube-mcp/blob/HEAD/cursor://anysphere.cursor-deeplink/mcp/install?name=youtube&config=eyJ1cmwiOiJodHRwczovL2FwaS5tY3AuYWkvcF95b3V0dWJlIn0=)

### VS Code (Copilot Chat)

[➕ Instalar YouTube no VS Code](https://github.com/mcp-dir/youtube-mcp/blob/HEAD/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](https://github.com/mcp-dir/youtube-mcp/blob/HEAD/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](https://github.com/mcp-dir/youtube-mcp/blob/HEAD/docs/ferramentas.md)

---

## Preços

Planos a partir do tier grátis. Veja [docs/precos.md](https://github.com/mcp-dir/youtube-mcp/blob/HEAD/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](https://github.com/mcp-dir/youtube-mcp/blob/HEAD/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/](https://github.com/mcp-dir/youtube-mcp/blob/HEAD/docs/)

---

## Licença

MIT — veja [LICENSE](https://github.com/mcp-dir/youtube-mcp/blob/HEAD/LICENSE). O servidor MCP em `api.mcp.ai/p_youtube` é proprietário (hosted); este repositório (manifestos, docs, skills) é MIT.

