--- title: {Extension Name} Extension description: Add {Extension 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 [{Extension Name} MCP Server](/) as a goose extension to enable ________________. :::tip Quick Install [Launch the installer]({goose_url}) **Command** ```sh {command} ``` **Environment Variable** ``` {env_var}: ``` ::: ## Configuration :::info Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses `npx`. ::: :::info Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on your system to run this command, as it uses `uvx`. ::: Get your API key from example.com and paste it in. } /> Get your API key from{" "} example.com . } /> ## Example Usage {describe any environment setup, access controls, and what you want to accomplish.} ### goose Prompt > _exact prompt_ ### goose Output :::note Desktop {exact output} :::