HomeDesign & Media › Spoken

Spoken

Podcast transcripts as clean Markdown with real speaker names — via the Spoken API.

TypeScript Cloud
★ 4 stars Last pushed 2026-09-22 License: MIT

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 [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "spoken": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "SPOKEN_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • SPOKEN_API_KEY secret — 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

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry