Skip to main content
Glama

Rime MCP

Rime MCP

Ein Model Context Protocol (MCP)-Server, der Text-to-Speech-Funktionen mithilfe der Rime-API bereitstellt. Dieser Server lädt Audiodaten herunter und spielt sie mit dem systemeigenen Audioplayer ab.

Merkmale

  • Stellt ein speak bereit, das Text in Sprache umwandelt und über das Systemaudio wiedergibt
  • Verwendet Rimes hochwertige Sprachsynthese-API

Anforderungen

  • Node.js 16.x oder höher
  • Ein funktionierendes Audioausgabegerät
  • macOS: Verwendet afplay

Es gibt Beispielcode von Claude für Folgendes, der nicht getestet wurde 🤙✨

  • Windows: Integrierter Media.SoundPlayer (PowerShell)
  • Linux: mpg123, mplayer, aplay oder ffplay

MCP-Konfiguration

"ref": { "command": "npx", "args": ["rime-mcp"], "env": { RIME_API_KEY=your_api_key_here # Optional configuration RIME_GUIDANCE="<guide how the agent speaks>" RIME_WHO_TO_ADDRESS="<your name>" RIME_WHEN_TO_SPEAK="<tell the agent when to speak>" RIME_VOICE="cove" } }

Alle optionalen Umgebungsvariablen sind Teil der Werkzeugdefinition und sind Aufforderungen zum

Alle Sprachoptionen sind hier aufgelistet .

Sie können Ihren API-Schlüssel vom Rime-Dashboard abrufen.

Mit den folgenden Umgebungsvariablen kann das Verhalten angepasst werden:

  • RIME_GUIDANCE : Die Hauptbeschreibung, wann und wie das Sprechtool verwendet wird
  • RIME_WHO_TO_ADDRESS : An wen sich die Rede richten soll (Standard: „Benutzer“)
  • RIME_WHEN_TO_SPEAK : Wann das Tool verwendet werden soll (Standard: „wenn zum Sprechen aufgefordert wird oder wenn ein Befehl beendet wird“)
  • RIME_VOICE : Die zu verwendende Standardstimme (Standard: „cove“)

Beispielanwendungsfälle

Beispiel 1: Ankündigungen von Kodieragenten

"RIME_WHEN_TO_SPEAK": "Always conclude your answers by speaking.", "RIME_GUIDANCE": "Give a brief overview of the answer. If any files were edited, list them."

Beispiel 2: Erfahren Sie, wie die Kinder heutzutage sprechen

RIME_GUIDANCE="Use phrases and slang common among Gen Alpha." RIME_WHO_TO_ADDRESS="Matt" RIME_WHEN_TO_SPEAK="when asked to speak"

Beispiel 3: Unterschiedliche Sprachen je nach Kontext

RIME_VOICE="use 'cove' when talking about Typescript and 'antoine' when talking about Python"

Entwicklung

  1. Installieren Sie Abhängigkeiten:
npm install
  1. Erstellen Sie den Server:
npm run build
  1. Im Entwicklungsmodus mit Hot Reload ausführen:
npm run dev

Lizenz

MIT

Abzeichen

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Tools

Ein Model Context Protocol-Server, der es KI-Modellen ermöglicht, mithilfe der Sprachsynthese-API von Rime hochwertigen Text-to-Speech-Audio über das native Audiosystem Ihres Geräts zu generieren und wiederzugeben.

  1. Merkmale
    1. Anforderungen
      1. MCP-Konfiguration
        1. Beispielanwendungsfälle
          1. Beispiel 1: Ankündigungen von Kodieragenten
          2. Beispiel 2: Erfahren Sie, wie die Kinder heutzutage sprechen
          3. Beispiel 3: Unterschiedliche Sprachen je nach Kontext
        2. Entwicklung
          1. Lizenz
            1. Abzeichen

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                Provides text-to-speech capabilities through the Model Context Protocol, allowing applications to easily integrate speech synthesis with customizable voices, adjustable speech speed, and cross-platform audio playback support.
                Last updated -
                2
                Python
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that enables AI assistants to utilize AivisSpeech Engine's high-quality voice synthesis capabilities through a standardized API interface.
                Last updated -
                TypeScript
              • -
                security
                A
                license
                -
                quality
                A server that enables Claude 3.7 and other AI agents to access VOICEVOX-compatible speech synthesis engines (AivisSpeech, VOICEVOX, COEIROINK) through the Model Context Protocol.
                Last updated -
                2
                TypeScript
                MIT License
                • Linux
              • -
                security
                -
                license
                -
                quality
                Official Model Context Protocol server that enables interaction with powerful Speech-to-Text and Audio Intelligence APIs, allowing clients like Claude Desktop to transcribe audio, analyze speech, translate content, and more.
                Last updated -
                Python
                MIT License

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/MatthewDailey/rime-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server