MCPServers
Say (Text-to-Speech) logo

Say (Text-to-Speech)

5
0
0

Summary

MCP-Say is a server implementation that provides text-to-speech capabilities through both native system voices and ElevenLabs integration. Developed by blacktop, it exposes two main tools: 'say' for using local system voices and 'elevenlabs' for cloud-based high-quality voice synthesis. The server handles JSON-RPC requests following the MCP protocol, with safeguards against command injection attacks as evidenced by the test files. Built with Go and leveraging the beep audio library, it's particularly valuable for AI assistants that need to vocalize responses or generate audio content without requiring users to leave their conversation interface.

Available Actions(2)

say

Uses the macOS 'say' binary to speak the text. Parameters: text (string), rate (optional integer)

elevenlabs

Uses the elevenlabs text-to-speech API to speak the text. Parameters: text (string)

Last Updated: April 22, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Try it now in
HighlightHighlight AI

Quick Setup

Language

TypeScript

Categories

Tags

Say (Text-to-Speech) MCP Server