From 951ca8464cf37ff6dbc15814ce6294c82b1e2b3e Mon Sep 17 00:00:00 2001 From: Rizel Scarlett Date: Fri, 6 Jun 2025 14:38:48 -0400 Subject: [PATCH] Add Speech MCP extension to extensions directory (#2807) --- documentation/static/servers.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/documentation/static/servers.json b/documentation/static/servers.json index 48ea7bd9..fb299b2d 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",