An MCP (Model Context Protocol) server for AI voice synthesis with an inline audio player. Give your AI assistant a custom cloned voice!
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"voice-mcp": {
"command": "npx",
"args": [
"-y",
"garan0613/voice-mcp"
]
}
}
}
Run in terminal:
claude mcp add voice-mcp npx -y garan0613/voice-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"voice-mcp": {
"command": "npx",
"args": [
"-y",
"garan0613/voice-mcp"
]
}
}
}