Speech Interface (Faster Whisper)
About
Integrates voice interaction capabilities using faster-whisper and PyAudio for speech recognition and synthesis, enabling natural language voice interfaces for AI models.
Details
- Author
- kvadratni
- Repository
- Kvadratni/speech-mcp
- GitHub stars
- 31
- Downloads
- 29,776
- License
- MIT License
- Categories
- AI, Design, Developer Tools, Media, API, Frontend, Infrastructure
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Speech Interface (Faster Whisper)Command (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@highlight/mcp-server
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
narrate_conversation
Generate audio files for conversations using JSON or Markdown format. Parameters: script (string), output_path (string), script_format (string)
narrate
Convert text directly to speech or from a text file. Parameters: text (string, optional), text_file_path (string, optional), output_path (string)
transcribe
Transcribe speech from various audio and video formats. Parameters: file_path (string), include_timestamps (boolean, optional), detect_speakers (boolean, optional)
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"speech interface (faster whisper)": {
"env": {},
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
}
}
Linux
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Macos
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"npx",
"-y",
"@highlight/mcp-server"
],
"command": "cmd"
}
Speech MCP
A Goose MCP extension for voice interaction with modern audio visualization.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




