Odel
mcp youtube channel transcript extractor

mcp youtube channel transcript extractor

Local
@mambalabsdevJavaScriptMITUpdated 2w ago

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).

npm@mambalabsdev/mcp-youtube-channel-transcript-extractorv1.0.0

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"
      ]
    }
  }
}