Speech Extension
This tutorial covers how to add the Speech MCP Server as a Goose extension to enable 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
Requirement
PortAudio is required for PyAudio to capture audio from your microphone
Configuration
- Goose CLI
- Goose Desktop
- Run the
configure
command:
goose configure
- Choose to add a
Command-line Extension
┌ goose-configure
│
◇ What would you like to configure?
│ Add Extension
│
◆ What type of extension would you like to add?
│ ○ Built-in Extension
│ ● Command-line Extension (Run a local command or script)
│ ○ Remote Extension
└
- Give your extension a name
┌ goose-configure
│
◇ What would you like to configure?
│ Add Extension
│
◇ What type of extension would you like to add?
│ Command-line Extension
│
◆ What would you like to call this extension?
│ speech
└
- Enter the command
┌ goose-configure
│
◇ What would you like to configure?
│ Add Extension
│
◇ What type of extension would you like to add?
│ Command-line Extension
│
◇ What would you like to call this extension?
│ speech
│
◆ What command should be run?
│ uvx -p 3.10.14 speech-mcp@latest
└
- Enter the number of seconds Goose should wait for actions to complete before timing out. Default is 300s
┌ goose-configure
│
◇ What would you like to configure?
│ Add Extension
│
◇ What type of extension would you like to add?
│ Command-line Extension
│
◇ What would you like to call this extension?
│ speech
│
◇ What command should be run?
│ uvx -p 3.10.14 speech-mcp@latest
│
◆ Please set the timeout for this tool (in secs):
│ 300
└
- Choose No when asked to add environment variables
┌ goose-configure
│
◇ What would you like to configure?
│ Add Extension
│
◇ What type of extension would you like to add?
│ Command-line Extension
│
◇ What would you like to call this extension?
│ speech
│
◇ What command should be run?
│ uvx -p 3.10.14 speech-mcp@latest
│
◇ Please set the timeout for this tool (in secs):
│ 300
│
◆ Would you like to add environment variables?
│ No
│
└ Added speech extension
- Launch the installer
- Press
Yes
to confirm the installation - Click
Save Configuration
- Scroll to the top and click
Exit
from the upper left corner
Example Usage
In this example, you'll see how to use Goose with the Speech MCP Server Extension to turn voice commands into code. By speaking directly to Goose, you can launch the speech interface, give a spoken prompt, and have Goose generate and open a webpage based on your request.
This allows you to build with Goose hands-free, making development more accessible and interactive.
- Goose CLI
- Goose Desktop
- Open a terminal and start a new Goose session:
goose session
- Open a new session in Goose Desktop
Goose Prompt
Here are some things you can say to activate the speech interface:
- “Goose, I don’t feel like typing today.”
- “Let’s talk using voice.”
- “Can we have a voice conversation?”
- “I’d like to speak instead of typing.”
- “Goose, launch the speech UI.”
Goose I don't feel like talking today
Goose Output
I understand! In that case, I can help you use voice commands instead. I'll launch the speech interface so you can speak your requests rather than type them
---- Launch Speech UI ----
Goose Speech 🎙️
Goose:
I've launched the speech interface. You can now speak your requests instead of typing. Just speak after you hear my voice and see the microphone activate. What would you like help with?
Max:
Goose, lets create a simple page with the word 'vibes' on it and maybe change colors and make it move around the page and then open this page in the browser once you're done