streamable-httpMITupdated 9d ago
Find the contact email of YouTube channels from the link, the @handle or the channelid. Resolves the contact-block email too, not only the one in the description. Accepts many channels per call. Hosted by the platform, no credentials.
O que dá para fazer com YouTube Email Finder?
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 · Full docs (PT-BR) · Agent skill
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):
Manual (if the deeplink does not open): claude.ai/customize/connectors → + → Add custom connector → paste Name YouTube Email Finder and URL https://api.mcp.ai/p_youtube_email.
Cursor
➕ Install YouTube Email Finder in Cursor
VS Code (Copilot Chat)
➕ Install YouTube Email Finder in VS Code
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.
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 (PT-BR)
Pricing
Plans start at a free tier. See 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.
- 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
License
MIT — see LICENSE. The MCP server at api.mcp.ai/p_youtube_email is proprietary (hosted); this repo (manifests, docs, skills) is MIT.
Instalação
Adicione YouTube Email Finder ao seu cliente. Escolha o que você usa.
claude mcp add --transport http youtube-email-finder https://api.mcp.ai/p_youtube_emailcodex mcp add youtube-email-finder --url https://api.mcp.ai/p_youtube_email{
"mcpServers": {
"youtube-email-finder": {
"url": "https://api.mcp.ai/p_youtube_email"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"youtube-email-finder": {
"type": "http",
"url": "https://api.mcp.ai/p_youtube_email"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"youtube-email-finder": {
"url": "https://api.mcp.ai/p_youtube_email"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"youtube-email-finder": {
"serverUrl": "https://api.mcp.ai/p_youtube_email"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação18/25
- Manutenção19/25
- Confiança16/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.1.0Mais recente | 26 de ago. de 2026 |