STT.ai inni í Claude Desktop, Cursor, og hvørjum MCP-klienti
Transscribe 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.
✦ The only STT MCP server that lets Claude transcribe AND query in one conversation
STT.ai's MCP server adds transcribe_url and chat_with_transcript — paste a YouTube link in Claude and immediately ask questions about it, all without leaving the conversation. Sí miðlasavnið »STT.ai« í Wikimedia Commons.
10 tools, ready to use
transcribe_urlDownload + transcribe any URL — YouTube, podcast feed, direct file.
chat_with_transcriptRAG Q&A over a transcript with source citations and timestamps.
list_transcriptsListi yvir føroysku filmarnir, eftir tíðarskeiði.
get_transcriptHann hevur skrivað fleiri bøkur, bæði um mál, mállæru og mállærufrøði.
summarize_transcriptSíðani verður tað røkt og endurnýtt.
analyze_transcriptÍ hesum eru boð, boðskapur, boð, boðskapur.
generate_from_transcriptBlog posts, social, study guides, flashcards, podcast show notes.
export_transcriptExport as txt, srt, vtt, json, or csv.
list_modelsTil ber at keypa vørur við vørumerki.
list_languagesSTT.ai stuðlar - 99 og fleiri verða tøk.
Setup in 2 minutes
1. Set pakkan upp
pip install sttai-mcp
2. Get your API key
Tak ein úr tínum konto ella skráseta teg frítt til ein.
3a. Claude Desktop
Rediger din opsætningsfil (~/Library/Application Support/Claude/claude_desktop_config.json ella %APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"stt-ai": {
"command": "sttai-mcp",
"env": { "STT_API_KEY": "your-api-key-here" }
}
}
}
Restart Claude Desktop. The 10 STT.ai tools should appear automatically.
3b. Merki
Nýggja skipanin er nevnd MCP, sum merkir Multi-Channel Protocol.
Dæmi um spurningar
In Claude Desktop, after configuring:
"Transcribe https://www.youtube.com/watch?v=abc123 and summarize the key points."
Claude kallar transcribe_url, og so summarize_transcript á úrslitinum.
"What are my last 5 transcripts about?"
Claude kallar list_transcripts(limit=5) og lesir hvønn titil.
"In transcript abc123, what did the speaker say about pricing?"
Claude kallar á chat_with_transcript og fær svar við tíðsstemplum kildecitationer.
Open source (MIT license). Issues, PRs, ideas welcome on GitHub.
github.com/sttaigit/sttai-mcp pypi.org/project/sttai-mcp