PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversspeech-processingDosugamea
返回「speech-processing」

Dosugamea

modelscope·@Dosugamea/voicevox-mcp-server

speech-processing0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

Voicevox MCP Server

This server enables the use of VOICEVOX-compatible speech synthesis servers (AivisSpeech / VOICEVOX / COEIROINK) via the MCP (Model Context Protocol). It can be used for speech synthesis in agent mode with Claude 3.7 using Cursor, etc.

Prerequisites

Windows Environment

  • Node.js 18 or higher
  • VOICEVOX ENGINE, etc. (running locally at http://localhost:50000, etc.)
  • VLC Media Player (ensure it is in your system's PATH)

Docker Environment (WSL2)

  • Docker and Docker Compose
  • WSL2
  • VOICEVOX ENGINE, etc. (running locally or in Docker)
  • A Linux environment where sudo apt install libsdl2-dev pulseaudio-utils pulseaudio has been executed
  • Access permissions to /mnt/wslg

Installation and Configuration

  1. Clone the repository bash git clone https://github.com/Dosugamea/voicevox-mcp-server.git cd voicevox-mcp-server

  2. Install dependencies bash npm install

  3. Set up environment variables Copy .env_example to create a .env file and modify the settings as needed: plaintext VOICEVOX_API_URL=http://localhost:50021 VOICEVOX_SPEAKER_ID=1

How to Run

Running on Windows Environment

Please start the server separately from the editor following the steps below. bash npm run build npm start

Running in Docker Environment

No separate action from the editor is required. Since it starts in stdio mode, it cannot be run directly.

Configuration

For Running on Windows Environment

Add the following to mcp.json. If the connection is unstable and gets disconnected, please reconnect. json "voicevox": { "url": "http://localhost:10100/sse" }

For Running in Docker Environment

Add the following to mcp.json. (Operation in the author's environment has not been verified.) json { "tools": { "voicevox": { "command": "cmd", "args": [ "/c", "docker", "run", "-i", "--rm", "-v", "/mnt/wslg:/mnt/wslg", "-e", "PULSE_SERVER", "-e", "SDL_AUDIODRIVER", "-e", "VOICEVOX_API_URL", "-e", "VOICEVOX_SPEAKER_ID", "your-local-docker-image-name" ], "env": { "PULSE_SERVER": "unix:/mnt/wslg/PulseServer", "SDL_AUDIODRIVER": "pulseaudio", "VOICEVOX_API_URL": "http://host.docker.internal:50031", "VOICEVOX_SPEAKER_ID": "919692871" } } } }

About Speaker IDs

The speaker ID varies depending on the VOICEVOX model being used. By default, it uses "1" (Shikoku Metan). If you want to use another speaker ID, change the VOICEVOX_SPEAKER_ID environment variable.

You can check the list of speaker IDs through the /speakers endpoint of the VOICEVOX ENGINE API. Example: curl http://localhost:50021/speakers## Troubleshooting

  • Connection Error with VOICEVOX: Please ensure that the VOICEVOX ENGINE is running and that the API URL is correctly set.
  • No Audio Playback: Verify that VLC is properly installed and that the path is correctly configured.
  • Audio Output Issues in Docker Environment: Check if the pulseaudio settings are correct.

Information for Developers

  • If you wish to contribute to the source code, please create an Issue or submit a Pull Request.
  • For bug reports or feature requests, please use the Issue feature on GitHub.

License

MIT License

相关 MCP Servers(来自「speech-processing」)

Claude实时语音服

一种模型上下文协议服务器,使像 Claude 这样的人工智能助手能够通过 Twilio 和 OpenAI 的语音模型发起和管理实时语音通话。

@popcornspace/voice-call-mcp-server

ClickSend消息语音平台

该服务器允许人工智能模型通过 ClickSend 的 API 以编程方式发送短信和发起文本转语音电话呼叫,并具有内置的速率限制和输入验证功能。

@J-Gal02/clicksend-mcp

MCP模拟面试

一种专用的模型上下文协议(MCP)服务器,它能够提供由人工智能驱动的面试角色扮演场景,用于练习,并给予逼真的对话反馈。

@Ejb503/systemprompt-mcp-interview

RetellAI MCP 服务器

一种模型上下文协议服务器的实现,使人工智能助手能够与RetellAI的语音服务进行交互,以管理呼叫、座席、电话号码和语音选项。

@abhaybabbar/retellai-mcp-server

SystemPrompt-MCP 邮件管理工具

通过MCP协议使用AI代理辅助操作, enables用户管理Gmail账户,支持通过语音界面进行电子邮件的搜索、阅读、删除和发送。

@Ejb503/systemprompt-mcp-gmail

TranscriptionTools 智能转录工具

为克劳德提供智能转录处理功能,具备自然格式化、上下文修复和由深度思维大语言模型驱动的智能总结功能。

@MushroomFleet/TranscriptionTools-MCP

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/dosugamea-voicevox-mcp-server/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

暂未识别到安装命令,请打开 ModelScope 详情查看完整配置。

基本信息

分类
speech-processing / autonomous-agents
运行方式
No
许可证
MIT License
详情文件
dosugamea-voicevox-mcp-server.md