video transcript for Claude Desktop
cool.payload.api/video-transcript
Any video URL to LLM-ready transcript. ASR built in, no captions needed. TikTok, X, TED and more.
client:Claude Desktop
transport:streamable-http
tools:2
Install video transcript in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"video-transcript": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.payload.cool/mcp/"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs