---
title: {name} Extension
escription: Add {name} MCP Server as a Goose Extension
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
import CLIExtensionInstructions from '@site/src/components/CLIExtensionInstructions';
import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
import GooseBuiltinInstaller from '@site/src/components/GooseBuiltinInstaller';
This tutorial covers how to add the [{name} MCP Server](/) as a Goose extension to enable file operations, repository management, search functionality, and more.
:::tip TLDR
[Launch the installer]({goose_url})
**Command**
```sh
{command}
```
**Environment Variable**
```
{env_var}:
```
:::
## Configuration
Get your API key from{" "}
example.com
.
>
}
note="Note that you'll need Node.js installed on your system to run this command, as it uses npx."
/>
## Example Usage
{describe any environment setup, access controls, and what you want to accomplish.}
### Goose Prompt
> _exact prompt_
### Goose Output
:::note Desktop
{exact output}
:::