EnreachVoice API MCP服务器
MCP 服务器 EnreachVoice API AI。
配置
EnreachVoice API凭据以环境变量的形式提供:
ENREACHVOICE_APIUSER=username
ENREACHVOICE_APISECRET=secretkey添加到Claude桌面
添加以下内容 claude_desktop_config.json
{
"mcpServers": {
"EnreachVoice": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"--env-file",
"D:\\path\\to\\enreachvoice_mcp\\.env",
"D:\\path\\to\\enreachvoice_mcp\\main.py"
]
}
}
}```