AI.Voice.Editor.McpServer

xztaityozx/AI.Voice.Editor.McpServer
★ 1 stars C# 🤖 AI/LLM Updated 2mo ago
AI Voice Editor の MCPサーバーです。
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai.voice.editor.mcps": {
      "command": "npx",
      "args": [
        "-y",
        "xztaityozx/AI.Voice.Editor.McpServer"
      ]
    }
  }
}