# MCPの設定と使用

<figure><img src="/files/8ed02481d49edb77445274f447515c05ced3fbe9" alt=""><figcaption></figcaption></figure>

1. Cherry Studio の設定を開きます。
2. を見つけて `MCPサーバー` オプション。
3. をクリック `サーバーを追加`を提供する。
4. MCP Server の関連パラメータを入力します（[参考リンク](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch)）。入力が必要になる内容は次のとおりです：
   * 名前：カスタム名を付けます。たとえば `fetch-server`
   * タイプ： `STDIO`
   * コマンド： `uvx`
   * 引数： `mcp-server-fetch`
   * （必要に応じて、ほかの引数がある場合もあります。サーバーによって異なります）
5. をクリック `保存`を提供する。

{% hint style="success" %}
上記の設定が完了すると、Cherry Studio は必要な MCP Server を自動でダウンロードします - `fetch server`。ダウンロードが完了したら、使用を開始できます！注意：mcp-server-fetch の設定がうまくいかない場合は、パソコンを再起動してみてください。
{% endhint %}

### チャット欄で MCP サービスを有効にする

<figure><img src="/files/7ca62cc600fc95f49ebfa0ff35110113ace15a32" alt=""><figcaption></figcaption></figure>

* 「 `MCPサーバー` 設定により MCP サーバーが正常に追加されました

<figure><img src="/files/17ee92ca6dc5c77497d6f4d1aeb97ee75d4cf99d" alt=""><figcaption></figcaption></figure>

### **使用例のデモ**

<figure><img src="/files/044d4ded4d638b23072c40d65c042b0b7b35b6c2" alt=""><figcaption></figcaption></figure>

上の図からわかるように、MCP を組み合わせた `bash` 機能により、Cherry Studio はユーザーの問い合わせ意図をより正確に理解し、ネット上から関連情報を取得して、より正確で包括的な回答を提供できるようになります。


---

# Agent Instructions: 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:

```
GET https://docs.cherry-ai.com/docs/jp/advanced-basic/mcp/config.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
