Skip to main content
Glama
mcp-dir

YouTube Email Finder

by mcp-dir
README.md
# YouTube Email Finder

### YouTube Email Finder for Claude, ChatGPT and AI agents

Find the contact email of YouTube channels from the link, the @handle or the channel_id. Resolves the contact-block email too, not only the one in the description. Accepts many channels per call. Hosted by the platform, no credentials.

- πŸ“Š **0 tools**
- πŸ”’ **Read-only**
- πŸ’¬ **Works with any MCP client**: Claude Desktop, Cursor, VS Code, Cline, Continue
- πŸ”‘ **Magic-link login (no password)**

[VersΓ£o em portuguΓͺs](README.pt.md) Β· [Full docs (PT-BR)](docs/) Β· [Agent skill](skills/)

---

## One-click install

### Claude (Web and Desktop)

Anthropic unified MCP installation at `claude.ai/customize/connectors`. **The same link works for Claude Web and Claude Desktop** (just be logged in):

[βž• Open in Claude and connect](https://claude.ai/new?modal=add-custom-connector#settings/customize-connectors)

**Manual** (if the deeplink does not open): [claude.ai/customize/connectors](https://claude.ai/customize/connectors?surface=cowork) β†’ **+** β†’ **Add custom connector** β†’ paste **Name** `YouTube Email Finder` and **URL** `https://api.mcp.ai/p_youtube_email`.

### Cursor

[βž• Install YouTube Email Finder in Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=youtube_email&config=eyJ1cmwiOiJodHRwczovL2FwaS5tY3AuYWkvcF95b3V0dWJlX2VtYWlsIn0=)

### VS Code (Copilot Chat)

[βž• Install YouTube Email Finder in VS Code](vscode:mcp/install?name=youtube_email&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fapi.mcp.ai%2Fp_youtube_email%22%7D)

### ChatGPT, Manus, OpenClaw and 40+ other clients

Works with any MCP client that speaks **MCP over HTTP**. The server URL is always:

```
https://api.mcp.ai/p_youtube_email
```

Per-client details: [INSTALL.md](INSTALL.md).

---

## Example prompts

```
Find the email for channel https://youtube.com/@mkbhd
Get the emails of these channels: @mkbhd, @MrBeast
What is the contact email of channel_id UCX6OQ3DkcsbYNE6H8uQQuVA?
```

---

## 0 tools available

| Tool | Description |
|---|---|


Details for each tool: [docs/ferramentas.md](docs/ferramentas.md) (PT-BR)

---

## Pricing

Plans start at a free tier. See [docs/precos.md](docs/precos.md) (PT-BR).

---

## Privacy & data protection

- **Read-only**, no tool changes data at the source.
- **Sub-processors**: the LLM host you choose (Claude, ChatGPT, Cursor, your own agent). Full list in [docs/privacidade-lgpd.md](docs/privacidade-lgpd.md).
- Data returned by the tools is sent to **the LLM host you choose**, a sub-processor outside our control. We recommend plans with training opt-out.

---

## FAQ

**Is the server open source?**
The server is proprietary (hosted). This repository is the public wrapper with manifests, docs and skills, all MIT.

**Can I use it with my own agent (not Claude/Cursor)?**
Yes, any client that speaks MCP over HTTP. URL: `https://api.mcp.ai/p_youtube_email`.


---

## Support

- πŸ“§ [youtube_email@mcp.ai](mailto:youtube_email@mcp.ai)
- πŸ› [GitHub Issues](https://github.com/mcp-dir/youtube_email-mcp/issues)
- πŸ“„ [docs/](docs/)

---

## License

MIT β€” see [LICENSE](LICENSE). The MCP server at `api.mcp.ai/p_youtube_email` is proprietary (hosted); this repo (manifests, docs, skills) is MIT.