Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions documentation/static/servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading