MCP Simple Aivisspeech MCP Server

MCP server for AivisSpeech text-to-speech engine

Local serverstdioTypeScript

What is the MCP Simple Aivisspeech MCP server?

If you want an AI assistant working directly with MCP Simple Aivisspeech, the mcp simple aivisspeech mcp server is the bridge. MCP server for AivisSpeech text-to-speech engine.

What MCP Simple Aivisspeech does

A Model Context Protocol (MCP) server for seamless integration with AivisSpeech text-to-speech engine. This project enables AI assistants and applications to convert text to natural-sounding Japanese speech with customizable voice parameters.

Installing the mcp simple aivisspeech mcp server

The server is distributed via npm as ensures, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Configuration

Before the server will start you need to supply one environment variable: AIVISSPEECH_URL. Keep credentials in your client's env block or a secrets manager rather than committing them.

Where it fits

AI-service servers chain other models into your assistant, turning a single chat into a small production pipeline. MCP Simple Aivisspeech sits in that group. Worth comparing against the other ai services servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • Maintained by shinshin86, written in TypeScript.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the mcp simple aivisspeech mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

How to install the MCP Simple Aivisspeech MCP server

{
  "mcpServers": {
    "aivisspeech": {
      "command": "npx",
      "args": ["@shinshin86/mcp-simple-aivisspeech@latest"],
      "env": {
        "AIVISSPEECH_URL": "http://127.0.0.1:10101"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
AIVISSPEECH_URLEndpoint or connection string the server talks to.Yes

Frequently asked questions

It connects MCP Simple Aivisspeech to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with MCP Simple Aivisspeech directly.