VOICEVOX MCP Server
voicevox-mcp
Этот проект представляет собой сервер MCP (Model Context Protocol), который работает с движком VOICEVOX для синтеза голоса и получения информации о говорящем. Он реализован на TypeScript и использует MCP SDK.
функция
Получить информацию о динамиках для движка VOICEVOX (/speakers)
Синтезировать текст в речь на указанном динамике и воспроизводить ее локально (/speak)
только для Mac
настраивать
Запуск движка VOICEVOX (рекомендуется Docker)
docker compose up -dЭто запустит движок VOICEVOX на localhost:50021.
Related MCP server: AivisSpeech MCP Server
Установка и сборка зависимостей
npm install
npm run build Как использовать
Пример установки курсора
{
"mcpServers": {
"voicevox-mcp": {
"command": "node",
"args": ["${Path to Repository}/dist/index.js"],
"env": {
"SPEAKER_ID": 8,
"SPEED_SCALE": 1.2,
"VOICEVOX_API_URL": "http://localhost:50021"
}
}
}
}При необходимости задайте VOICEVOX_API_URL.
Вы можете получить список докладчиков из вашего клиента MCP с помощью инструмента «Динамики».
Инструмент Speak может синтезировать текст в речь и воспроизводить ее локально (рекомендуется Mac, поскольку он использует команду afplay).
Основные зависимости
@modelcontextprotocol/sdkzodtypescript
Меры предосторожности
Будущие улучшения
Синтез речи будет недоступен, если на localhost:50021 не запущен движок VOICEVOX.
Если вы используете среду, отличную от Mac, измените часть afplay соответствующим образом.
лицензия
Лицензия Массачусетского технологического института
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides text-to-speech capabilities using the Kokoro TTS model, offering multiple voice options and customizable speech parameters.4251MIT
- FlicenseDqualityDmaintenanceA Model Context Protocol server that enables AI assistants to utilize AivisSpeech Engine's high-quality voice synthesis capabilities through a standardized API interface.11
- AlicenseBqualityFmaintenanceA server that enables Claude 3.7 and other AI agents to access VOICEVOX-compatible speech synthesis engines (AivisSpeech, VOICEVOX, COEIROINK) through the Model Context Protocol.112MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides text-to-speech functionality for AI agents using Microsoft Edge's text-to-speech technology, supporting multiple voices, languages, and voice customization.28MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)
A Model Context Protocol server for Wix AI tools
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Yuki10Kobayashi/voicevox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server