Releases: TranscriptFetch/mcp-server
Releases · TranscriptFetch/mcp-server
Release list
v0.2.2
Server instructions now match the tool definitions.
The text sent on initialize still described the server as YouTube-only and did not mention ai_fallback or get_credits. It is the first thing an MCP client reads.
Install: npx -y transcriptfetch-mcp
v0.2.1
Multi-platform transcripts and credit balance.
get_transcriptnow documents the platforms it has always accepted: TikTok, Instagram, X, Facebook and direct media URLs alongside YouTube. The tool described itself as YouTube-only, so MCP clients would not select it for other platforms even though the calls succeeded.- Added
ai_fallback, which transcribes the audio when a video has no caption track. Most short-form video does not, so multi-platform support is not much use without it. - Added
get_credits, backed byGET /api/v1/me, which is never billed. - Added a Dockerfile for running the server as a container.
Install: npx -y transcriptfetch-mcp