Add Speech MCP extension to extensions directory (#2807)

This commit is contained in:
Rizel Scarlett
2025-06-06 14:38:48 -04:00
committed by GitHub
parent f752e7c5d5
commit 951ca8464c

View File

@@ -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",