> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/jp/advanced-basic/mcp/install.md).

# MCP環境のインストール

MCP を初めて使用する前に、2 つの基盤ツールをインストールする必要があります：**uv** と **bun**。ほとんどの MCP Server は、そのうちのいずれかを使って起動します。

> まずはこちらを読むことをおすすめします [MCP 使用チュートリアルの概要](/docs/jp/advanced-basic/mcp.md)。

uv / bun の技術的な詳細を理解する必要はなく、Cherry Studio が**自動でダウンロードとインストールを完了します**、画面で該当するボタンをクリックするだけです。

## 自動インストール（推奨）

{% hint style="warning" %}
Cherry Studio が使用しているのは **独自に内蔵された** [uv](https://github.com/astral-sh/uv) と [bun](https://github.com/oven-sh/bun)、お使いのPCにすでにインストールされている可能性のあるバージョンは再利用しません。そのため、システムにすでに uv / bun があっても、Cherry Studio 用に以下の手順で改めてインストールする必要があります。
{% endhint %}

で `設定 - MCP サーバー` で、クリックすると `インストール` ボタンで、自動的にダウンロードしてインストールできます。GitHub から直接ダウンロードするため、速度が遅い場合があり、失敗する可能性も高いです。インストールの成功可否は、以下で述べるフォルダー内にファイルがあるかどうかで判断してください。

<figure><img src="/files/bb3515823dd10774d33d1b1507c419d9508545ac" alt=""><figcaption></figcaption></figure>

**実行ファイルのインストール先：**

{% tabs %}
{% tab title="Windows" %}
`C:\\Users\\ユーザー名\\.cherrystudio\\bin`
{% endtab %}

{% tab title="macOS / Linux" %}
`~/.cherrystudio/bin`
{% endtab %}
{% endtabs %}

<figure><img src="/files/db6e9b23eb7ad32382f55421c7334e18909e1818" alt=""><figcaption><p>bin ディレクトリ</p></figcaption></figure>

**正常にインストールできない場合：**

システム内の対応するコマンドをシンボリックリンクでここにリンクできます。対応するディレクトリがない場合は、手動で作成する必要があります。実行ファイルを手動でダウンロードして、このディレクトリの下に置くこともできます：

Bun: <https://github.com/oven-sh/bun/releases>\
UV: <https://github.com/astral-sh/uv/releases>

***

### 💡 ヘルプの取得とフィードバックの送信

設定や使用の過程で疑問、Bug、機能改善の提案がある場合は、 [フィードバックと提案](/docs/jp/question-contact/suggestions.md) に記載の公式チャネルをご参照ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/jp/advanced-basic/mcp/install.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
