From baedb011dd0e412a334b08b9ae2d5a9aa220fef9 Mon Sep 17 00:00:00 2001 From: Rizel Scarlett Date: Fri, 6 Jun 2025 14:17:11 -0400 Subject: [PATCH] Add Speech MCP extension to extensions directory - Add speech-mcp extension with voice interaction capabilities - Includes real-time voice interaction, audio/video transcription, text-to-speech - Uses uvx package manager with PortAudio requirement - 43 GitHub stars, endorsed extension - Complements existing speech-mcp tutorial documentation --- documentation/static/servers.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/documentation/static/servers.json b/documentation/static/servers.json index 48ea7bd9bfb7..fb299b2d0100 100644 --- a/documentation/static/servers.json +++ b/documentation/static/servers.json @@ -143,6 +143,18 @@ "githubStars": 27, "environmentVariables": [] }, + { + "id": "speech_mcp", + "name": "Speech Interface", + "description": "Voice interaction with audio visualization for Goose - enables real-time voice interaction, audio/video transcription, text-to-speech conversion, and multi-speaker audio generation", + "command": "uvx -p 3.10.14 speech-mcp@latest", + "link": "https://github.com/Kvadratni/speech-mcp", + "installation_notes": "Install using uvx package manager. Requires PortAudio to be installed on your system for PyAudio to capture audio from your microphone.", + "is_builtin": false, + "endorsed": true, + "githubStars": 43, + "environmentVariables": [] + }, { "id": "pieces", "name": "Pieces",