Japanese TTS Server

by 520chatgpt01

153 downloads
Not rated
GitHub

About

Japanese TTS Server is an MCP (Model Context Protocol) server for Japanese speech synthesis. It automatically generates Japanese voice audio based on input text content.

Details

Author
520chatgpt01
Downloads
153
Categories
Other

- Automatic Japanese voice generation from text
- Integrates with Baidu Text-to-Speech API
- Configurable API endpoint, key, and model
- Runs as an MCP server via npx

Configure the server in Claude desktop by adding the provided JSON block to the MCP configuration. The server runs via npx using the package github:520chatgpt01/japanese-tts-mcp and requires three environment variables: BAIDU_TTS_API_URL, BAIDU_TTS_API_KEY, and BAIDU_TTS_MODEL.

Japanese TTS Server

日语语音合成的MCP Server,根据内容自动生成日语语音。

配置方法

在Claude desktop中添加以下配置:

"JapaneseTTS": {
            "command": "npx",
    	    "args": ["github:520chatgpt01/japanese-tts-mcp"],
            "env": {
                "BAIDU_TTS_API_URL": "http://xxxxxxx",
                "BAIDU_TTS_API_KEY": "xxxxxx",
                "BAIDU_TTS_MODEL": "tts_avatar_test"
            }
        }

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.