fish-speech-mcp
@demon24ru
fish-speech-mcp について
An MCP server for text-to-speech synthesis (TTS) for LLMs.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"fish-speech-mcp": {
"command": "npx",
"args": [
"@demon24ru/fish-speech-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is fish-speech-mcp?
fish-speech-mcp is an MCP server for text-to-speech synthesis (TTS) using FishSpeech. It integrates with MCP-compatible LLMs such as Dive and is intended for users who want to convert text to speech and save voice references for cloning.
How to use fish-speech-mcp?
Install via Dive Desktop by adding a new MCP server with the provided JSON configuration, or start the server manually with npx @demon24ru/fish-speech-mcp. Configure the Optivus server URL using the environment variable MCP_FISH_SPEECH_SERVER_URL. Invoke the tools text_to_speech (text, optional reference ID) and save_voice_reference (reference audio path and text).
Key features of fish-speech-mcp
- Text-to-speech conversion using FishSpeech
- Save voice references for future voice cloning
- MCP integration with Dive and other MCP-compatible LLMs
- Communication with Optivus server via Socket.IO
- Automatic connection, reconnection, and error handling
Use cases of fish-speech-mcp
- LLMs generating spoken responses from text input
- Cloning voices by saving a reference audio and corresponding text
- Integrating TTS capabilities into MCP-compatible applications
FAQ from fish-speech-mcp
What runtime does fish-speech-mcp require?
Node.js 20+ and an MCP-compatible LLM service.
How does fish-speech-mcp communicate with the TTS backend?
It connects to an Optivus server using Socket.IO, sending requests and receiving responses via the message event.
Where are voice references stored?
Voice references are stored in a directory from the Optivus server, each in a subdirectory named with a unique ID.
What environment variable configures the server?
MCP_FISH_SPEECH_SERVER_URL (default: http://localhost:5000).
How do I install fish-speech-mcp in Dive Desktop?
Add a new MCP server with the JSON configuration using npx -y @demon24ru/fish-speech-mcp as the command.
「その他」の他のコンテンツ
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Nginx UI
0xJackyYet another WebUI for Nginx
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント