I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

MCP-TTS-VOICEVOX
Servidor MCP de VoiceVox
1
Github Watches
0
Github Forks
1
Github Stars
MCP TTS VOICEVOX
VOICEVOXを使用した音声合成MCPサーバー
特徴
- キュー管理機能 - 複数の音声合成リクエストを効率的に処理
- プリフェッチ - 次の音声を事前に生成し、再生をスムーズに
必要条件
- Node.js
- VOICEVOXエンジン
インストール
npm install -g @kajidog/mcp-tts-voicevox
使い方
MCPサーバーとして
- VOICEVOXエンジンを起動
- MCPサーバーを起動
npx @kajidog/mcp-tts-voicevox
ライブラリとして
プロジェクトに直接インポートして使用することも可能です:
npm install @kajidog/mcp-tts-voicevox
import { VoicevoxClient } from "@kajidog/mcp-tts-voicevox";
// クライアントを初期化
const client = new VoicevoxClient({
url: "http://localhost:50021", // VOICEVOXエンジンのURL
defaultSpeaker: 1, // デフォルト話者ID(オプション)
defaultSpeedScale: 1.0 // デフォルト速度(オプション)
});
// テキストを音声に変換して再生
await client.speak("こんにちは");
// テキストから音声ファイルを生成
const filePath = await client.generateAudioFile("こんにちは", "./output.wav");
主な機能
-
テキスト読み上げ (
speak
) - テキストを音声に変換して再生 -
クエリ生成 (
generate_query
) - 音声合成用クエリの作成 -
ファイル生成 (
synthesize_file
) - クエリから音声ファイルを生成
環境変数
-
VOICEVOX_URL
: VOICEVOXエンジンのURL(デフォルト:http://localhost:50021
)
ライセンス
ISC
相关推荐
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Advanced software engineer GPT that excels through nailing the basics.
Converts Figma frames into front-end code for various mobile frameworks.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Plataforma de automatización de flujo de trabajo de código justo con capacidades de IA nativas. Combine el edificio visual con código personalizado, auto-anfitrión o nube, más de 400 integraciones.
Espejo dehttps: //github.com/agentience/practices_mcp_server
🧑🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.
Reviews

user_Fn6cRRdx
I recently tried mcp-tts-voicevox by kajidog and it has exceeded my expectations. The text-to-speech functionality is seamless and produces highly natural-sounding voices. Installation was straightforward using the provided link on GitHub. As a dedicated mcp user, I highly recommend this tool for anyone looking to enhance their TTS projects with high-quality audio.