aivis-speech-mcp

aivis-speech-mcp

0

AivisSpeech MCP Server is designed to provide an interface for speech synthesis using the MCP protocol, facilitating integration with AI applications. It offers a TypeScript-based architecture for type safety and easy extensibility.

AivisSpeech MCP Server

A Model Context Protocol (MCP) server implementation for AivisSpeech. This server provides an interface for speech synthesis, allowing easy access from applications such as AI assistants through the MCP protocol.

Key Features

  • MCP protocol-compliant API endpoints
  • High-quality speech synthesis in collaboration with AivisSpeech Engine
  • Type-safe design using TypeScript
  • Simple setup and highly extendable architecture

Requirements

  • Node.js 18.x or higher
  • npm 9.x or higher
  • AivisSpeech Engine (separately installed)

How to Use

Development Mode

Use the following command to start the server with hot reload during development.

Production Mode

After building, use the following command to start the server in production mode.

Testing

Run tests using the command provided.