Kokoro MCP Server 開発環境セットアップガイド
Description
# Kokoro MCP Server 開発環境セットアップガイド このガイドでは、Kokoro MCP Server プロジェクトの開発環境をセットアップする方法を詳しく説明します。 ## 前提条件 Kokoro MCP Server の開発には以下のソフトウェアが必要です: - Python 3.10 以上 - uv パッケージマネージャー - Git - Docker と Docker Compose - Kokoro 音声合成エンジン(実モードで使用する場合) ## 基本セットアップ ### 1. リポジトリのクローン ```bash #…
About
# Kokoro MCP Server 開発環境セットアップガイド このガイドでは、Kokoro MCP Server プロジェクトの開発環境をセットアップする方法を詳しく説明します。 ## 前提条件 Kokoro MCP Server の開発には以下のソフトウェアが必要です: - Python 3.10 以上 - uv パッケージマネージャー - Git - Docker と Docker Compose - Kokoro 音声合成エンジン(実モードで使用する場合) ## 基本セットアップ ### 1. リポジトリのクローン ```bash # リポジトリのクローン git clone…
Details
- Author
- NewAITees
- Downloads
- 168
- Categories
- Other
Jump to
- Integrates the Kokoro speech synthesis engine
- Mock mode for development without the TTS engine
- Configurable via environment variables (API keys, log level, port)
- Docker support with multi-architecture builds
- Development mode with debug logging and request logging
- Automated test suite for quality assurance
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Kokoro MCP Server 開発環境セットアップガイドCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install dependencies with uv and pip, and run the server with python src/main.py. For development without the Kokoro engine, set MOCK_TTS=true. Docker is also supported: use make up to start the container.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"kokoro mcp server \u958b\u767a\u74b0\u5883\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u30ac\u30a4\u30c9": {
"Kokoro-MCP-Server": {
"command": "uv",
"args": [
"venv"
]
}
}
}
}
McpServers
{
"Kokoro-MCP-Server": {
"command": "uv",
"args": [
"venv"
]
}
}
Kokoro MCP Server 開発環境セットアップガイド
このガイドでは、Kokoro MCP Server プロジェクトの開発環境をセットアップする方法を詳しく説明します。
前提条件
Kokoro MCP Server の開発には以下のソフトウェアが必要です:
- Python 3.10 以上
- uv パッケージマネージャー
- Git
- Docker と Docker Compose
- Kokoro 音声合成エンジン(実モードで使用する場合)
基本セットアップ
1. リポジトリのクローン
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



