logoalt Hacker News

lukebechtel01/15/20263 repliesview on HN

Nice!

Just made it an MCP server so claude can tell me when it's done with something :)

https://github.com/Marviel/speak_when_done


Replies

tarcon01/16/2026

macOS already has some great intrinsic TTS capability as the OS seems to include a naturally sounding voice. I recently built a similar tool to just run the "say" command as a background process. Had to wrap it in a Deno server. It works, but with Tahoe it's difficult to consistently configure using that one natural voice, and not the subpar voices downloadable in the settings. The good voice seems to be hidden somehow.

show 1 reply
tylerdavis01/16/2026

Funny! I made one recently too using piper-tts! https://github.com/tylerdavis/speak-mcp

codepoet8001/16/2026

I just setup pushover to send a message to my phone for this exact reason! Trying out your server next!