Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "kokoro tts": {4 "env": {5 "TTS_SPEED": "1.0",6 "TTS_VOICE": "af_heart",7 "AWS_REGION": "us-east-1",8 "MP3_FOLDER": "/path/to/mp3",9 "S3_ENABLED": "true",10 "TTS_LANGUAGE": "en-us",11 "AWS_S3_FOLDER": "mp3",12 "AWS_ACCESS_KEY_ID": "",13 "AWS_SECRET_ACCESS_KEY": ""14 },15 "args": [16 "--directory",17 "/path/toyourlocal/kokoro-tts-mcp",18 "run",19 "mcp-tts.py"20 ],21 "command": "uv"22 }23 }24}
暂无评论. 成为第一个评论的人!
登录以参与讨论