Transcriptor MCP
Rank #2,351io.github.samson-art/transcriptor-mcp
Fetch transcripts, subtitles, chapters, metadata and frames from YouTube and 10+ video platforms
Transcriptor MCP is a Model Context Protocol (MCP) server published by samson-art. It ranks #2,351 of 115,591 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. Transcriptor MCP is listed across 3 registries — Official MCP, Smithery and Glama, with 4 tracked versions. It was first listed on Feb 13, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 113,240 of 115,591 servers on MCP Toplist.
Use Transcriptor MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http transcriptor-mcp https://transcriptor.gateway.mcpal.io/mcpclaude mcp add transcriptor-mcp -- docker run -i --rm docker.io/artsamsonov/transcriptor-mcp:1.2.4 npm run start:mcp[mcp_servers.transcriptor-mcp]
url = "https://transcriptor.gateway.mcpal.io/mcp"Add to ~/.codex/config.toml.
[mcp_servers.transcriptor-mcp]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/artsamsonov/transcriptor-mcp:1.2.4", "npm", "run", "start:mcp"]Add to ~/.codex/config.toml.
https://transcriptor.gateway.mcpal.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"transcriptor-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/artsamsonov/transcriptor-mcp:1.2.4",
"npm",
"run",
"start:mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"transcriptor-mcp": {
"url": "https://transcriptor.gateway.mcpal.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"transcriptor-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/artsamsonov/transcriptor-mcp:1.2.4",
"npm",
"run",
"start:mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"transcriptor-mcp": {
"type": "http",
"url": "https://transcriptor.gateway.mcpal.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"transcriptor-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/artsamsonov/transcriptor-mcp:1.2.4",
"npm",
"run",
"start:mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"transcriptor-mcp": {
"serverUrl": "https://transcriptor.gateway.mcpal.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"transcriptor-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/artsamsonov/transcriptor-mcp:1.2.4",
"npm",
"run",
"start:mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"transcriptor-mcp": {
"url": "https://transcriptor.gateway.mcpal.io/mcp"
}
}
}{
"mcpServers": {
"transcriptor-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/artsamsonov/transcriptor-mcp:1.2.4",
"npm",
"run",
"start:mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.samson-art%2Ftranscriptor-mcp)<a href="https://mcptoplist.com/server/io.github.samson-art%2Ftranscriptor-mcp"><img src="https://mcptoplist.com/badge/io.github.samson-art%2Ftranscriptor-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
samson-art
Other servers by samson-art
View all samson-art servers →Available versions (4)
| Version | Published |
|---|---|
| 1.2.4 | Aug 29, 2026 |
| 1.2.3 | Aug 27, 2026 |
| 1.2.2 | Aug 14, 2026 |
| 1.2.1 | Aug 13, 2026 |
Frequently asked questions
- Who maintains Transcriptor MCP?
- Transcriptor MCP is maintained by samson-art, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Transcriptor MCP listed on the Official MCP Registry?
- Yes — Transcriptor MCP is listed on the Official MCP Registry, alongside Smithery and Glama.
- How many versions does Transcriptor MCP have?
- MCP Toplist tracks 4 versions of Transcriptor MCP, most recently published on Aug 29, 2026.
- Where can I find the source code for Transcriptor MCP?
- The source code for Transcriptor MCP is hosted at github.com/samson-art/transcriptor-mcp.