Resolve a company domain to its YouTube channel with subscriber count and metadata.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @mambalabsdev/mcp-youtube-channel-transcript-extractor
MCP client config
{
"mcpServers": {
"mcp-youtube-channel-transcript-extractor": {
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-youtube-channel-transcript-extractor"
]
}
}
}