Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions documentation/docs/mcp/speech-mcp.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
title: Speech Extension
description: Add Speech MCP Server as a Goose Extension
unlisted: true
---

Unlist per https://github.com/block/goose/issues/5431

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
Expand Down
11 changes: 0 additions & 11 deletions documentation/static/servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,17 +539,6 @@
"endorsed": false,
"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,
"environmentVariables": []
},
{
"id": "square-mcp",
"name": "Square",
Expand Down