article
publicPublicdnsLocal runtime
FlowSpeech MCP Server
FlowSpeech 的开源 MCP 服务器,通过 stdio 将上下文感知文本转语音接入 Claude Desktop、Cursor 等 MCP 客户端。支持情绪提示、停顿控制、30 多种声音、双人对话合成和声音列表查询,生成的音频保存到本地。无需在配置中填写 API Key。
FlowSpeech MCP Server\n\nFlowSpeech MCP Server 将上下文感知文本转语音能力接入支持 Model Context Protocol 的客户端。它通过本地 stdio 运行,可用 npx 直接启动,不需要在配置中写入 API Key。\n\n## 安装与配置\n\n要求 Node.js 18 或更高版本。在 Claude Desktop、Cursor 等 MCP 客户端中加入:\n\n
READY-TO-PASTE CONFIG
terminalMCP client config generator
Choose your client, fill the required environment variables, then copy a config generated from this server's published metadata
Environment variableslockValues stay in this browser tab and are not uploaded or saved
{
"mcpServers": {
"flowspeech": {
"command": "npx",
"args": [
"-y",
"mcp-flowspeech-server"
],
"env": {
"FLOWSPEECH_OUTPUT_DIR": "~/.flowspeech-mcp/audio"
}
}
}
}Save to
claude_desktop_config.jsonhelp
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
- Open provider connection page
- Authorize or copy endpoint
- 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
- Copy server_config
- Install required package
- Fill env variables and restart client
Scan to join WeChat group