speak-to-me-mcp
Related Servers
Alternatives to speak-to-me-mcp
No user-submitted related servers found.
Related Servers
- FlicenseAqualityBmaintenanceAn MCP server that converts short text summaries into spoken audio and plays them locally, designed for coding agents like Claude Code to announce task results.1-
- AlicenseAqualityDmaintenanceMCP server that synthesizes Claude Code responses into Japanese speech using VOICEVOX, enabling audible feedback during development.31MIT
- AlicenseAqualityDmaintenanceAn MCP server that makes AI agents speak a brief summary of every response out loud using TTS.1GPL 3.0
- AlicenseAqualityDmaintenanceA cross-platform MCP server that enables Claude to speak using Microsoft Edge TTS with support for over 300 voices across 50+ languages. It requires no API keys and allows for customization of speech rate, volume, and pitch.318 PyPI2MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that gives Claude Code text-to-speech capabilities with support for multiple simultaneous instances, message queuing, and a web UI for monitoring.1-
- AlicenseNot gradedqualityBmaintenanceAn MCP server that enables Claude to generate Minecraft structures from natural language descriptions.MIT
TDQS
Scored across 4 tools
speak, list_voices, configure_speech, and speech_style each target fairly distinct actions, and descriptions clarify that speech_style affects text composition rather than TTS voice. However, configure_speech and speech_style both deal with settings/preferences and could initially be confused, even if the descriptions distinguish them.
Three tools follow a verb/noun or verb_object pattern (speak, list_voices, configure_speech), but speech_style breaks the imperative pattern as a noun phrase. The deviation is minor and the names remain readable.
Four tools is well-scoped for a text-to-speech server: one to speak, one to enumerate voices, and two to configure behavior. Nothing feels extraneous or missing at the count level.
The surface covers the core lifecycle of speaking, voice discovery, and configuration. A stop/interrupt or queue-control tool is absent, but the fire-and-forget design makes that a minor, workable gap.