EnreachVoice API MCP 服务器可通过 proto 连接到 EnreachVoice API 的 AI,为相关应用提供支持。
将 EnereachVoice API 凭证以环境变量的方式提供:
ENREACHVOICE_APIUSER=用户名
ENREACHVOICE_APISECRET=密钥
在 claude_desktop_config.json 中添加以下内容,以便将其添加到 Claude 桌面:
{
"mcpServers": {
"EnreachVoice": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"--env-file",
"D:\\path\\to\\enreachvoice_mcp\\.env",
"D:\\path\\to\\enreachvoice_mcp\\main.py"
]
}
}
}