Odel
YouTube Research MCP

YouTube Research MCP

Local
@coyasong19JavaScriptMITUpdated 4 days ago

Citation-ready YouTube transcript research and optional channel intelligence for AI agents.

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@coyasong/youtube-mcp-serverv1.2.0

Run

npx -y @coyasong/youtube-mcp-server

MCP client config

{
  "mcpServers": {
    "youtube-research-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@coyasong/youtube-mcp-server"
      ]
    }
  }
}