Odel
YouTube MCP

YouTube MCP

Local
@mrsknetwork6TypeScriptMITUpdated 1mo ago

Interact with YouTube data via the official Data API v3

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@mrsknetwork/ytmcpv1.0.14

Run

npx -y @mrsknetwork/ytmcp

MCP client config

{
  "mcpServers": {
    "youtube-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrsknetwork/ytmcp"
      ]
    }
  }
}