This MCP server implementation provides voice interaction capabilities for AI assistants, enabling speech-to-text and text-to-speech functionality. It uses faster-whisper for improved speech recognition performance and integrates with PyAudio for audio processing. The server offers a simplified API for starting conversations and replying to user input, making it suitable for applications requiring natural language voice interfaces with AI models.
No reviews yet. Be the first to review!
Sign in to join the conversation
Generate audio files with multiple voices for stories and dialogues. Parameters: script (string - path to JSON or Markdown script), output_path (string - path to output audio file), script_format (string - 'json' or 'markdown')
Convert text directly to speech or from a file. Parameters: text (string), output_path (string - path to output audio file) or text_file_path (string - path to text file)
Transcribe speech from various audio and video formats. Parameters: file_path (string - path to audio or video file), include_timestamps (optional boolean), detect_speakers (optional boolean)