voice-clone-MCP

dinaaksh/voice-clone-MCP

3.2

If you are the rightful owner of voice-clone-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model Context Protocol (MCP) server facilitates communication between clients and machine learning models, enabling efficient data exchange and model interaction.

To use the MCP server, use the configuration as below:

{
  "mcpServers": {
    "default-server": {
      "type": "streamable-http",
      "url": "https://dinaaksh2-dinotts.hf.space/mcp/sse",
      "note": "For Streamable HTTP connections, add this URL directly in your MCP Client"
    }
  }
}

# Note: Currently, the server is offline due to the model training process.