mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-19 05:24:28 +01:00
Add Speech MCP extension to extensions directory (#2807)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user