← Back to Plugins
MCP Server MCP

YouTube Data

github By github 👁 1 views ▲ 0 votes

YouTube MCP server for token-optimized, structured data using the YouTube Data API v3.

Homepage Verified source GitHub

Install

npx -y @kirbah/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@kirbah/mcp-youtube",
      "version": "1.1.13",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "YouTube Data API v3 key",
          "format": "string",
          "isSecret": true,
          "name": "YOUTUBE_API_KEY"
        },
        {
          "description": "MongoDB connection string for caching",
          "format": "string",
          "isSecret": true,
          "name": "MDB_MCP_CONNECTION_STRING"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...