aegisub-mcp
Related Servers
Alternatives to aegisub-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityAmaintenanceThis MCP server enables local-first video subtitle processing on Windows, offering tools for transcription, subtitle formatting, SRT/ASS export, FFmpeg rendering, and Kdenlive project creation without cloud APIs.9MIT
- AlicenseAqualityAmaintenanceAn MCP server (stdio + HTTP/SSE) that fetches video transcripts/subtitles via yt-dlp, with pagination for large responses. Supports YouTube, Twitter/X, Instagram, TikTok, Twitch, Vimeo, Facebook, Bilibili, VK, Dailymotion. Whisper fallback — transcribes audio when subtitles are unavailable (local or OpenAI API). Works with Cursor and other MCP host821MIT
- AlicenseAqualityAmaintenanceMCP server for Office documents — create, edit, fill templates, convert, and extract Word/Excel/PowerPoint. LaTeX-style markup, math formulas, PDF export, template loops, and document diff. stdio / SSE / Streamable HTTP with auth and rate limiting.12Apache 2.0
- AlicenseNot gradedqualityDmaintenanceStdio MCP server for sandboxed file access — read files, search content, safely edit with checksums, and manage file structure.4 npmISC
- FlicenseNot gradedqualityCmaintenanceMCP server for whisper-based transcription and translation, supporting local stdio and remote HTTP transports with file workflow safety.-
- AlicenseAqualityCmaintenanceAn MCP server that assembles CapCut International projects by reading and writing local project files, adding captions, subtitles, overlays, and more so editors start with a mostly-done timeline. It includes tools for inspecting projects, restyling captions, importing subtitles, and rendering alpha-channel overlays via Remotion.81MIT
TDQS
Scored across 121 tools
With 121 tools, many cover overlapping inspection or editing tasks: get_drawing/drawing_info/drawing_bbox all inspect drawings, align_to_silence and align_lines_to_silence are near-duplicates, and multiple tagging tools (set_tag, apply_tag_to_block, add_typesetting, insert_tag_at) operate on the same line text. Detailed descriptions help, but the set still requires an agent to remember subtle scope distinctions.
Every tool is snake_case and prefixed with ass_, and most follow a verb_noun pattern (ass_list_lines, ass_add_style, ass_remove_tag). Minor deviations are noun-only tools like ass_cps, ass_stats, ass_qc, ass_document_info, and compound forms such as ass_ms_from_frame, but they are rare and readable.
121 tools is an extreme mismatch for a single MCP server; even a broad subtitle-editing domain does not justify this many separate entry points. The surface is far past the recommended 3–15 range and overwhelms tool selection.
The tool set covers the domain exhaustively: document lifecycle, line CRUD and bulk edits, style CRUD, Script Info, attachments, extradata, validation, timing/retiming, karaoke, typesetting tags, drawings, clips, fonts, and QC/export/import. No obvious CRUD or lifecycle gaps remain.