mcp-tts-server
@kaichen
mcp-tts-server について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is mcp-tts-server?
mcp-tts-server is a Text-to-Speech (TTS) server built on the Model Context Protocol (MCP). It uses the Groq API to generate lifelike audio from text and is intended for use with MCP‑compatible clients.
How to use mcp-tts-server?
Install dependencies with bun install, then add the server to your MCP client configuration as a stdio transport. Provide your Groq API key via the GROQ_API_KEY environment variable. The server exposes a generate_speech tool that can be invoked through the MCP protocol.
Key features of mcp-tts-server
- Implements an MCP server for TTS functionality.
- Connects to the Groq API for speech generation.
- Provides a
generate_speechtool via MCP. - Supports multiple audio formats: wav, mp3, aac, opus, flac.
- Optional local playback using
@tropicbliss/symphonia. - Requires a Groq API key set as
GROQ_API_KEY.
Use cases of mcp-tts-server
- Integrate text‑to‑speech into any MCP‑compatible application.
- Generate audio files in various formats for downstream use.
- Automate speech generation in workflows managed by an MCP client.
FAQ from mcp-tts-server
What runtime is required to run mcp-tts-server?
The server was created with Bun (v1.2.7) and uses bunx to execute.
How do I provide my Groq API key?
Set the environment variable GROQ_API_KEY in the server configuration.
What audio formats are supported?
The server supports wav, mp3, aac, opus, and flac.
Can the server play audio directly on the machine?
Yes, optional playback is available using the @tropicbliss/symphonia library.
How do I configure the server in an MCP client?
Add the following JSON to your MCP client configuration, replacing the API key with your own:
{
"mcpServers": {
"mcp-tts-server": {
"command": "bunx",
"args": ["--bun", "mcp-tts-server"],
"env": {
"GROQ_API_KEY": "gsk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}
}
}
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ghidraMCP
LaurieWiredMCP Server for Ghidra
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント