Back to MCP directory
publicPublicdnsLocal runtime

mcp-voice

基于OpenAI的语音AI服务MCP服务器

article

README

🚀 MCP-语音

MCP-服务器用于构建基于开放人工智能的语音人工智能,为语音相关应用提供强大支持,助力语音交互场景的高效实现。

🚀 快速开始

文档中未提及快速开始的具体内容,若有相关步骤可进一步补充。

✨ 主要特性

文档中未提及主要特性的具体内容,若有相关描述可进一步补充。

📦 安装指南

文档中未提及安装步骤,若有具体安装命令等内容可进一步补充。

💻 使用示例

文档中未给出代码示例,若有相关代码可按照以下模板展示。

基础用法

# 这里放置基础用法的代码

高级用法

# 这里放置高级用法的代码及高级场景说明

📚 详细文档

文档中未提及详细说明内容,若有相关详细文档可进一步补充。

🔧 技术细节

文档中未提及技术实现细节,若有超过50字的具体技术说明可进一步补充。

📄 许可证

文档中未提及许可证信息,若有相关内容可进一步补充。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client