Spoken for Cursor
io.github.spokenmd/spoken
Podcast transcripts as clean Markdown with real speaker names — via the Spoken API.
client:Cursor
transport:stdio
runtime:npm
Install Spoken in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spoken": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"spoken-mcp"
],
"env": {
"SPOKEN_API_KEY": "<SPOKEN_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs