MCPServers
Speech Interface (Faster Whisper) logo

Speech Interface (Faster Whisper) for Windsurf

31
29.8k
0

Summary

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.

Available Actions(3)

narrate_conversation

Generate audio files with multiple voices for stories and dialogues. Parameters: script (string), output_path (string), script_format (string: 'json' or 'markdown')

narrate

Convert text directly to speech. Parameters: text (string), output_path (string) or text_file_path (string)

transcribe

Transcribe speech from various audio and video formats. Parameters: file_path (string), include_timestamps (optional boolean), detect_speakers (optional boolean)

Last Updated: May 2, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Coming soon to
HighlightHighlight AI

Language

TypeScript

Categories

Tags

Speech Interface (Faster Whisper) MCP Server for Windsurf