subtitlesking-mcp

kirillzubovsky/subtitlesking-mcp
★ 0 stars Go 🤖 AI/LLM Updated 1d ago
MCP server for AI-generated video subtitles. Whisper + ffmpeg, out-of-band uploads — bytes never enter the LLM context. Works with Claude Code, Cursor, Windsurf, Claude Desktop.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "subtitlesking-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/kirillzubovsky/subtitlesking-mcp@latest"
      ]
    }
  }
}

README Excerpt

**Companion repo for [SubtitlesKing.com](https://www.subtitlesking.com)** — the AI video subtitle service this MCP plugs into. Try it in the browser at the same pipeline from Claude / Cursor / Windsurf. > **MCP server for AI-generated video subtitles.** Give Claude Code, > Claude Desktop, Cursor, Windsurf — any [Model Context Protocol][mcp]

Tools (18)

DockerfilePORTSUBTITLESKING_MAX_UPLOAD_BYTESSUBTITLESKING_MAX_WORKERSSUBTITLESKING_MCP_CONCURRENCYSUBTITLESKING_MCP_LIMIT_PER_HOURSUBTITLESKING_PRESIGN_LIMIT_PER_HOURSUBTITLESKING_SRT_MAX_LINE_COUNTSUBTITLESKING_SRT_MAX_LINE_WIDTHSUBTITLESKING_SRT_MAX_WORDS_PER_LINESUBTITLESKING_WHISPER_MODELget_download_urlget_transcriptget_video_statushighlowqualitystart_upload