Back to MCP directory
publicPublicdnsLocal runtime

bmorphism_say-mcp-server

一个基于macOS内置say命令的MCP文本转语音服务器,提供丰富的语音定制功能和跨语言支持。

article

README

🚀 项目美化

本项目提供了特定的语音内容配置功能,可将特定的语音内容集成到MCP设置中,同时对系统环境有一定要求。通过配置可以实现不同讲话者的语音输出,为相关应用场景增添特色。

🚀 快速开始

配置操作

将以下内容添加到您的MCP设置配置文件中:

{
  "mcpServers": {
    "say": {
      "command": "node",
      "args": ["/path/to/say-mcp-server/build/index.js"]
    }
  }
}

📦 安装指南

系统要求

  • macOS(使用内置的say命令)
  • Node.js >= 14.0.0

📚 详细文档

语音内容表格

| 属性 | 详情 | |------|------| | 名称 | say-m、say-s等 | | 语言 | 中文(简体) | | 讲话者 | 张伟、李明等 | | 内容 | 算术之道流
数理演绎真理
智慧绽放 ;数论之光芒
解析延续美
智慧升华 等 | | 指令 | /path/to/say-mcp-server/build/index.js |

具体表格内容

| 名称 | 语言 | 讲话者 | 内容 | 指令 | |------|------|--------|------|------| | say-m | 中文(简体) | 张伟 | 算术之道流
数理演绎真理
智慧绽放 | /path/to/say-mcp-server/build/index.js | | say-s | 中文(简体) | 李明 | 数论之光芒
解析延续美
智慧升华 | /path/to/say-mcp-server/build/index.js | | ... | ... | ... | ... | ... |

📄 许可证

本项目采用MIT许可证。

👥 贡献者

  • 巴顿·罗兹(@bmorphism) - barton@vibes.lol
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