← Back to Plugins
MCP Server MCP

TubExperto

github By github 👁 1 views ▲ 0 votes

Personal YouTube AI knowledge base powered by RAG. Query your subscribed YouTube channels.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://tubexperto.com/api/mcp/stream",
      "headers": [
        {
          "value": "Bearer {apiKey}",
          "name": ""
        }
      ],
      "variables": {
        "apiKey": {
          "description": "Your TubExperto API key from https://tubexperto.com/settings/api",
          "isRequired": true,
          "format": "string",
          "isSecret": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...