VOICEPEAK MCP Server
Enables text-to-speech synthesis using VOICEPEAK software with support for custom narrators, emotions, and pronunciation dictionaries. Allows generating and playing audio files from text with configurable voice parameters.
README
voicepeak-mcp
VOICEPEAK テキスト読み上げ機能のための MCP サーバー。
前提条件
- VOICEPEAK がインストールされていること
 
インストール
NPX を使用(推奨)
npx voicepeak-mcp@latest
Bunx を使用
bunx voicepeak-mcp
設定
Claude Desktop の設定に追加:
{
  "mcpServers": {
    "voicepeak": {
      "command": "npx",
      "args": ["voicepeak-mcp@latest"]
    }
  }
}
利用可能なツール
synthesize
テキストから音声ファイルを生成します(最大140文字)。
パラメータ:
text(必須): 合成するテキストnarrator: ナレーター名emotion: 感情パラメータspeed: 話速(50-200)pitch: ピッチ(-300〜300)outputPath: 出力ファイルパス
synthesize_and_play
音声を生成して即座に再生します(最大140文字)。
play
音声ファイルを再生します。
list_narrators
利用可能なナレーターをリストします。
list_emotions
ナレーターの利用可能な感情をリストします。
dictionary_list
全ての発音辞書エントリをリストします。
dictionary_add
カスタム発音のための辞書エントリを追加または更新します。
パラメータ:
surface(必須): 置き換えるテキストpronunciation(必須): 日本語かなでの発音priority: 優先度(0-10、デフォルト: 5)
dictionary_remove
辞書エントリを削除します。
dictionary_find
テキストで辞書エントリを検索します。
dictionary_clear
全ての辞書エントリをクリアします。
対応プラットフォーム
- ✅ macOS
 - 🚧 Windows(予定)
 - 🚧 Linux(予定)
 
貢献
イシューやプルリクエストを歓迎します!
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.