AivisSpeech MCP ServerServer

kentaro
GitHub
speech synthesisAI assistantsMCP protocol

Loading subscription status...

💡 Description

An implementation of the Model Context Protocol (MCP) server for AivisSpeech. This server works with the AivisSpeech Engine to provide an interface for voice synthesis. Through the MCP protocol, the voice synthesis capabilities of AivisSpeech can be easily utilized by applications such as AI assistants.

📝 JSON Entries

{
  "mcpServers": [
    {
      "AivisSpeech-MCP": {
        "args": [
          "/path/to/aivis-speech-mcp/dist/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

Node.jsnpm

Features

  • High quality voice synthesis
  • Type-safe design with TypeScript
  • Easily configurable architecture

💬 Example Queries

  • Synthesize voice for the text: 'Hello, how can I help you?'
  • Get information on the speaker configuration.