← Back to Plugins
MCP Server MCP

Transcriptor MCP

github By github 👁 1 views ▲ 0 votes

Fetch transcripts, subtitles, chapters, metadata and frames from YouTube and 10+ video platforms

Homepage Verified source GitHub

Install

oci:docker.io/artsamsonov/transcriptor-mcp:1.2.2

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://gateway.mcpal.io/mcp/transcriptor"
    }
  ],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/artsamsonov/transcriptor-mcp:1.2.2",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "type": "named",
          "name": "--rm"
        },
        {
          "type": "named",
          "name": "-i"
        }
      ],
      "packageArguments": [
        {
          "value": "npm",
          "type": "positional"
        },
        {
          "value": "run",
          "type": "positional"
        },
        {
          "value": "start:mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http oci

Comments

Sign in to leave a comment

Loading comments...