HomeBrowser Automation & Scraping › Transcriptor MCP

Transcriptor MCP

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

TypeScript Cloud Remote
★ 22 stars Last pushed 2026-09-23 License: MIT

Topics: Browser Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://transcriptor.gateway.mcpal.io/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http transcriptor-mcp https://transcriptor.gateway.mcpal.io/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "transcriptor-mcp": {
      "url": "https://transcriptor.gateway.mcpal.io/mcp"
    }
  }
}

Package (oci)

docker run -i --rm docker.io/artsamsonov/transcriptor-mcp:1.5.6

Or add to your MCP client config:

{
  "mcpServers": {
    "transcriptor-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/artsamsonov/transcriptor-mcp:1.5.6"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry