Home › Design & Media › Spoken
Spoken
Podcast transcripts as clean Markdown with real speaker names — via the Spoken API.
Topics: Speech-to-Text
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.2.2)
npx -y spoken-mcp@0.2.2
Or add to your MCP client config:
{
"mcpServers": {
"spoken": {
"command": "npx",
"args": [
"-y",
"spoken-mcp@0.2.2"
],
"env": {
"SPOKEN_API_KEY": "<YOUR_VALUE>"
}
}
}
}
SPOKEN_API_KEYsecret — API key from spoken.md (starts with pt_). Defaults to pt_demo (search works fully; transcripts limited to the demo episode).
This repository has 2 servers listed in the Official MCP Registry.
Other names: io.github.roberttomko/spoken
Related servers
whisper-windows-mcp
Windows-native local audio and video transcription using whisper.cpp with Vulkan GPU acceleration. No cloud APIs, no Python. Batch…
pepys-mcp
Pay-once transcription for audio, video, and whole podcast feeds via [Pepys](https://pepys.co). Transcribe a file or a pasted…
mcp-for-blender
MCP server for working with Blender
godot-mcp
A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot…
openshorts
Turn long videos into viral vertical shorts and publish them to TikTok, Instagram and YouTube.
Unity-MCP
Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry