# Voicepeak Mcp

> MCP server for VOICEPEAK text-to-speech synthesis

- **Type:** MCP server
- **Install:** `agentstack add mcp-k2wanko-voicepeak-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [k2wanko](https://agentstack.voostack.com/s/k2wanko)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [k2wanko](https://github.com/k2wanko)
- **Source:** https://github.com/k2wanko/voicepeak-mcp

## Install

```sh
agentstack add mcp-k2wanko-voicepeak-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# voicepeak-mcp

[English](./README.en.md)

VOICEPEAK テキスト読み上げ機能のための MCP サーバー。

## 前提条件

- VOICEPEAK がインストールされていること

## インストール

### NPX を使用（推奨）
```bash
npx voicepeak-mcp@latest
```

### Bunx を使用
```bash
bunx voicepeak-mcp
```

## 設定

Claude Desktop の設定に追加：

```json
{
  "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
全ての発音辞書エントリをリストします。

**注意**: 辞書機能は Windows では利用できません。Windows ユーザーは VOICEPEAK アプリケーションで発音辞書を管理してください。

### dictionary_add
カスタム発音のための辞書エントリを追加または更新します。

パラメータ:
- `surface`（必須）: 置き換えるテキスト
- `pronunciation`（必須）: 日本語かなでの発音
- `priority`: 優先度（0-10、デフォルト: 5）

**注意**: Windows では利用できません。

### dictionary_remove
辞書エントリを削除します。

**注意**: Windows では利用できません。

### dictionary_find
テキストで辞書エントリを検索します。

**注意**: Windows では利用できません。

### dictionary_clear
全ての辞書エントリをクリアします。

**注意**: Windows では利用できません。

## 対応プラットフォーム

- ✅ macOS（全機能対応）
- ⚠️ Windows（部分対応：音声合成・再生のみ、辞書機能は非対応）
- 🚧 Linux（予定）

### Windows での制限事項
Windows 版では、発音辞書の管理機能（dictionary_*）が利用できません。発音のカスタマイズが必要な場合は、VOICEPEAK アプリケーションから辞書を管理してください。

## 貢献

イシューやプルリクエストを歓迎します！

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [k2wanko](https://github.com/k2wanko)
- **Source:** [k2wanko/voicepeak-mcp](https://github.com/k2wanko/voicepeak-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-k2wanko-voicepeak-mcp
- Seller: https://agentstack.voostack.com/s/k2wanko
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
