Claude桌面、Cursor和任何 MCP 客户端中的 STT.ai
Transcribe audio/video, list and chat with past transcripts, summarize, analyze, and generate content — directly inside the AI tool you already use. The official Model Context Protocol server for STT.ai.
✦ 唯一让 Claude 在一个对话框中进行剪录和查询的 STT MCP 服务器
其他转录的MCP(Otter、Fireflies、Granola、Lannola、Olis AI)只读存储的誊本。 STT.ai的 MCP服务器添加了 transcrew_url 和 和_tranntrat-在Claude 上贴上YouTube链接,并立即询问有关内容,所有内容都不离开谈话。
10个工具,可供使用
transcribe_url下载+抄录任何 URL ——YouTube、播客、直接文件。
chat_with_transcript由一份记录稿(附有来源引证和时间戳),
list_transcripts您过去的记录抄本的编译列表, 按状态过滤 。
get_transcript获取一份带段、讲者、元数据的记录。
summarize_transcriptAI摘要——缓存或重新生成。
analyze_transcript感官、专题、实体、行动项目、问题、PII。
generate_from_transcript博客文章、社交、学习指南、答题卡、播客节目笔记。
export_transcript导出为 txt、 srt、 vtt、json 或 csv 。
list_models现有具有WER基准的转录模型。
list_languages语言STT.ai支持-99和计算。
两分钟后设置
1. 安装软件包
pip install sttai-mcp
2. 获取您的 API 密钥
从你手里拿一个 账户页面 或者免费报名
3a. Claude 桌面
编辑您的配置文件 (~/Library/Application Support/Claude/claude_desktop_config.json 或 %APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"stt-ai": {
"command": "sttai-mcp",
"env": { "STT_API_KEY": "your-api-key-here" }
}
}
}
重新启动 Claude 桌面。 10 STT.ai 工具应该自动出现 。
3b. 光标
设置 MCP
实例提示
在Claude桌面中, 配置后:
"Transcribe https://www.youtube.com/watch?v=abc123 and summarize the key points."
Claude呼叫抄写(_url),然后对结果进行摘要-描述。
"What are my last 5 transcripts about?"
Claude 呼叫列表_transcripts (限制=5) 并读取每一标题。
"In transcript abc123, what did the speaker say about pricing?"
Claude打电话来聊天 与_transcript 联系, 并获得一个有时间戳的源引用的答案 。