Loading MCP server directory, please wait...
Transcribe public videos & audio (YouTube, TikTok, IG) into accurate, timestamped text via API.
npx @getmcp/cli add io.github.bramontiventures/justtranscribe-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
JUSTTRANSCRIBE_API_KEYAPI key from https://justtranscribe.ai/api-keys (free during the beta).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.bramontiventures/justtranscribe-mcp": {
"command": "npx",
"args": [
"-y",
"justtranscribe-mcp"
],
"env": {
"JUSTTRANSCRIBE_API_KEY": ""
}
}
}
}