Transcription
Rank #5,602com.scriptivox.www/transcription
AI transcription from URLs or files. 119 languages, diarization, SRT/VTT/text export.
Transcription is a Model Context Protocol (MCP) server published by sparkleofficial. It ranks #5,602 of 132,113 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. Transcription is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 6 tracked versions. It was first listed on Apr 1, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 126,511 of 132,113 servers on MCP Toplist.
Use Transcription
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http transcription https://platform.scriptivox.com/mcpclaude mcp add transcription -e "SCRIPTIVOX_API_KEY=<your SCRIPTIVOX_API_KEY>" -- npx -y @scriptivox/mcp-serverReplace each placeholder with your own value before saving.
claude mcp add transcription -e "SCRIPTIVOX_API_KEY=<your SCRIPTIVOX_API_KEY>" -- docker run -i --rm docker.io/sparkleofficialmain/scriptivox-mcp-server:1.1.3Replace each placeholder with your own value before saving.
[mcp_servers.transcription]
url = "https://platform.scriptivox.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.transcription]
command = "npx"
args = ["-y", "@scriptivox/mcp-server"]
[mcp_servers.transcription.env]
SCRIPTIVOX_API_KEY = "<your SCRIPTIVOX_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.transcription]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/sparkleofficialmain/scriptivox-mcp-server:1.1.3"]
[mcp_servers.transcription.env]
SCRIPTIVOX_API_KEY = "<your SCRIPTIVOX_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://platform.scriptivox.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"transcription": {
"command": "npx",
"args": [
"-y",
"@scriptivox/mcp-server"
],
"env": {
"SCRIPTIVOX_API_KEY": "<your SCRIPTIVOX_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"transcription": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sparkleofficialmain/scriptivox-mcp-server:1.1.3"
],
"env": {
"SCRIPTIVOX_API_KEY": "<your SCRIPTIVOX_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"transcription": {
"url": "https://platform.scriptivox.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"transcription": {
"command": "npx",
"args": [
"-y",
"@scriptivox/mcp-server"
],
"env": {
"SCRIPTIVOX_API_KEY": "<your SCRIPTIVOX_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"transcription": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sparkleofficialmain/scriptivox-mcp-server:1.1.3"
],
"env": {
"SCRIPTIVOX_API_KEY": "<your SCRIPTIVOX_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"transcription": {
"type": "http",
"url": "https://platform.scriptivox.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"transcription": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@scriptivox/mcp-server"
],
"env": {
"SCRIPTIVOX_API_KEY": "<your SCRIPTIVOX_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"transcription": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sparkleofficialmain/scriptivox-mcp-server:1.1.3"
],
"env": {
"SCRIPTIVOX_API_KEY": "<your SCRIPTIVOX_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"transcription": {
"serverUrl": "https://platform.scriptivox.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"transcription": {
"command": "npx",
"args": [
"-y",
"@scriptivox/mcp-server"
],
"env": {
"SCRIPTIVOX_API_KEY": "<your SCRIPTIVOX_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"transcription": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sparkleofficialmain/scriptivox-mcp-server:1.1.3"
],
"env": {
"SCRIPTIVOX_API_KEY": "<your SCRIPTIVOX_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"transcription": {
"url": "https://platform.scriptivox.com/mcp"
}
}
}{
"mcpServers": {
"transcription": {
"command": "npx",
"args": [
"-y",
"@scriptivox/mcp-server"
],
"env": {
"SCRIPTIVOX_API_KEY": "<your SCRIPTIVOX_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"transcription": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sparkleofficialmain/scriptivox-mcp-server:1.1.3"
],
"env": {
"SCRIPTIVOX_API_KEY": "<your SCRIPTIVOX_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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/com.scriptivox.www%2Ftranscription)<a href="https://mcptoplist.com/server/com.scriptivox.www%2Ftranscription"><img src="https://mcptoplist.com/badge/com.scriptivox.www%2Ftranscription.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
sparkleofficial
Other servers by sparkleofficial
View all sparkleofficial servers →Available versions (6)
| Version | Published |
|---|---|
| 1.1.4 | Aug 25, 2026 |
| 1.1.3 | May 22, 2026 |
| 1.0.4 | May 21, 2026 |
| 1.0.3 | Apr 2, 2026 |
| 1.0.2 | Apr 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Transcription?
- Transcription is maintained by sparkleofficial, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Transcription listed on the Official MCP Registry?
- Yes — Transcription is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Transcription have?
- MCP Toplist tracks 6 versions of Transcription, most recently published on Aug 25, 2026.
- Where can I find the source code for Transcription?
- The source code for Transcription is hosted at github.com/sparkleofficial/scriptivox-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.