modelscope·@kentaro/aivis-speech-mcp
暂无描述。
This is the implementation of the Model Context Protocol (MCP) server for AivisSpeech. This server works in conjunction with the AivisSpeech Engine to provide an interface for speech synthesis. Through the MCP protocol, applications such as AI assistants can easily utilize AivisSpeech's speech synthesis capabilities.
The AivisSpeech MCP Server provides the following features:
bash
git clone https://github.com/kentaro/aivis-speech-mcp.git cd aivis-speech-mcp
npm install
npm run build
cp .env.sample .env
cp .cursor/mcp.json.sample .cursor/mcp.json
Configure the following settings in the .env file:
AIVIS_SPEECH_API_URL=http://localhost:10101 # AivisSpeech Engine API endpoint
AIVIS_SPEECH_SPEAKER_ID=888753760 # Default speaker ID
Configure the following settings in the .cursor/mcp.json file:
json { "mcpServers": { "AivisSpeech-MCP": { "command": "node", "args": ["/path/to/aivis-speech-mcp/dist/index.js"] } } }
Replace /path/to/aivis-speech-mcp/dist/index.js with the actual path to your project.
For Windows, escape backslashes or use forward slashes.
Example: "C:/Users/username/path/to/aivis-speech-mcp/dist/index.js"
During development, you can start the server with hot-reload functionality using the following command:
bash npm run dev
To build for production, run the following command:
bash npm run build
After building, start the server in production mode using the following command:
bash npm start
To run tests, use the following command:
bash npm test
The AivisSpeech MCP Server consists of the following components:
The server provides API endpoints that comply with the MCP protocol. The main functionalities include:
For detailed API specifications, refer to the AivisSpeech Engine API Specifications.
This server implements the Model Context Protocol (MCP), allowing seamless integration with applications such as AI assistants. For more details on the MCP protocol, refer to the MCP Official Documentation.## Troubleshooting
Common issues and solutions:
AIVIS_SPEECH_API_URL in the .env file is correctly set.Please use the GitHub Issue tracker for bug reports or feature requests. Pull requests are also welcome.
一种模型上下文协议服务器,使像 Claude 这样的人工智能助手能够通过 Twilio 和 OpenAI 的语音模型发起和管理实时语音通话。
该服务器允许人工智能模型通过 ClickSend 的 API 以编程方式发送短信和发起文本转语音电话呼叫,并具有内置的速率限制和输入验证功能。
一种专用的模型上下文协议(MCP)服务器,它能够提供由人工智能驱动的面试角色扮演场景,用于练习,并给予逼真的对话反馈。
一种模型上下文协议服务器的实现,使人工智能助手能够与RetellAI的语音服务进行交互,以管理呼叫、座席、电话号码和语音选项。
通过MCP协议使用AI代理辅助操作, enables用户管理Gmail账户,支持通过语音界面进行电子邮件的搜索、阅读、删除和发送。
为克劳德提供智能转录处理功能,具备自然格式化、上下文修复和由深度思维大语言模型驱动的智能总结功能。