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.
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.
10 tól, klárt til nýtslu
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øroyskt útgivin bøkur, eftir bókaútgevara.
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ð hvítt og reint.
analyze_transcriptÁtrúnaður, mál, málslig mál, málslig mál, málslig mál, málslig mál.
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 stuðlaðir.
Setup in 2 minutes
1. Set pakkan upp
pip install sttai-mcp
2. Get your API key
Tak ein úr tínum kontosíða 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, sum verður nevnd MSC, er ein skipan, sum er ment av MSC.
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 titl.
"In transcript abc123, what did the speaker say about pricing?"
Claude kallar á chat_with_transcript og fær svar við tímastemplaðum kildecitatiónum.
Open source (MIT license). Issues, PRs, ideas welcome on GitHub.
github.com/sttaigit/sttai-mcp pypi.org/project/sttai-mcp