---
title: ElevenLabs Extension
description: Add ElevenLabs MCP Server as a Goose Extension
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
This tutorial covers how to add the [ElevenLabs MCP Server](https://github.com/yamadashy/repomix) as a Goose extension to enable AI-powered voice generation, voice cloning, audio editing, and speech-to-text transcription.
:::tip TLDR
[Launch the installer](goose://extension?cmd=uvx&arg=elevenlabs-mcp&id=elevenlabs&name=ElevenLabs&description=ElevenLabs%20voice%20synthesis%20server&env=ELEVENLABS_API_KEY)
**Command**
```sh
uvx elevenlabs-mcp
```
**Environment Variable**
```
ELEVENLABS_API_KEY:
```
:::
## Configuration
## Example Usage
In this example, Iβll show you how to use Goose with the ElevenLabs Extension to create AI-generated voiceovers for a YouTube Short. Goose will take a sample script I provided, generate a narrated version using different AI voices, and seamlessly switch tones mid-script to match the content flow.
By connecting to the ElevenLabs MCP server, Goose can transform plain text into natural-sounding speech, offering multiple voice styles and character options β all without any manual recording or editing.
### Goose Prompt
> Hey Goose, create a script for me for my youtube short video, I want there to be two different voices. The first voice should cut me off and be a human narrator style and then switch to a cassual AI tone after I read the prompt. Here's an example of a YT short script I've done in the past:
Waitβ¦ Within Seconds, Goose performed Security Audits Across Multiple Projects?! π₯
Lets, plug & play to find out how
Letβs provide Goose with the command it needs to connect to the Filesystem MCP server extensionβ¦
Now lets play
propmt: "Hey Goose, I need to perform a security audit across multiple projects. Let's check forβ¦πΉ Hardcoded Credentials β API keys, passwords, and secrets left in the code.πΉ SQL Injection Risks β Unsafe queries that could expose data.πΉ Insecure Cryptographic Practices β Weak encryption methods that put data at risk.ANDπΉ Exposed Config Files β Sensitive information that shouldn't be public.πΉ Outdated Dependencies β Security vulnerabilities in third-party libraries."
Go Goose, go Goose!
β Goose scanned the entire codebase across 3 different projects, identified security risks, generated a detailed report with fixes and provided me with step by step instructions on how I can test and verify these code fixes!
If thatβs not amazing idk what is β¦
π to get started visit block.github.io/goose_
### Goose Output
:::note Desktop
I'll create your YouTube script for you using the given script as reference.
βββββββββββββ Text To Speech βββββββββββββ
βββββββββββββ Text To Speech βββββββββββββ
βββββββββββββ Text To Speech βββββββββββββ
βββββββββββββ Text To Speech βββββββββββββ
βββββββββββββ Text To Speech βββββββββββββ
βββββββββββββ Play Audio ββββββββββββββββ
βββββββββββββ Play Audio ββββββββββββββββ
The script has been created and read aloud using the specified voices and style. The audio files have been saved to your desktop.
Press play and hear it for yourself! π
:::