- Spoken
Spoken
Turn any published podcast into clean Markdown with real speaker names — not "Speaker 1." Three tools: search_podcasts (by text query or a pasted Spotify/YouTube URL), get_transcript (named, timestamped Markdown ready for LLMs and RAG), and get_balance. It's a transcript-retrieval API, not speech-to-text: it works on already-published shows, so you skip uploading audio and diarization — typically 5–10× cheaper. Try it free with the demo key pt_demo (no signup).
Server Config
{
"mcpServers": {
"spoken": {
"command": "npx",
"args": [
"-y",
"spoken-mcp"
],
"env": {
"SPOKEN_API_KEY": "pt_demo"
}
}
}
}Project Info
Created At
7 hours agoUpdated At
7 hours agoAuthor Name
roberttomkoStar
-Language
-License
-Recommend Servers
View AllMcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago
Filesystem
@modelcontextprotocol
2 months ago