-
securityA
license-
qualityA TypeScript-based MCP server that provides two tools for chatting with Mistral AI models, supporting both text-only conversations and image+text inputs.
Last updated 4 months ago
JavaScript
MIT License
Model Context Protocol(MCP)을 사용하여 막대 읽기(천천히 음성)에 의한 음성 독서 기능을 AI 어시스턴트에 제공하는 서버입니다.
이 서버는 Claude와 같은 AI 어시스턴트에서 막대기 읽기를 사용할 수있는 MCP 서버입니다.
Claude for Desktop과 함께 작동하려면 구성 파일을 편집해야 합니다.
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
Claude for Desktop에서 다음과 같이 지시하면 텍스트가 음성으로 들립니다.
매개변수 | 설명 | 기본값 | 유효 범위 |
---|---|---|---|
텍스트 | 읽는 텍스트 | 필수 | 모든 텍스트 |
음성 | 음성 유형 | 0 (여성 1) | 0: 여성 1, 1: 남성 1, 2: 여성 2,... |
volume | 볼륨 | -1 (기본값) | -1: 기본값, 0-100: 볼륨 레벨 |
속도 | 속도 | -1 (기본값) | -1: 기본값, 50-200: 속도 레벨 |
tone | 음정 | -1 (기본값) | -1: 기본값, 50-200: 음정 레벨 |
MIT
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
A Node.js server that enables AI assistants to interact with Bouyomi-chan's text-to-speech functionality through Model Context Protocol (MCP), allowing for voice reading of text with adjustable parameters.