so-vits-svc-fork (MCP Server)

GitHub

so-vits-svc fork with realtime support, improved interface and more features.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "so-vits-svc-fork": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-so-vits-svc-fork"
      ]
    }
  }
}