# 配置同使用 MCP

<figure><img src="/files/155d6099ee96803eaed4544e6a3316f5aea40d52" 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`
   * （可能仲有其他參數，要視乎具體 Server 而定）
5. 撳 `儲存`。

{% hint style="success" %}
完成以上配置後，Cherry Studio 會自動下載所需嘅 MCP Server - `fetch server`。下載完成後，我哋就可以開始使用啦！注意：當 mcp-server-fetch 配置唔成功嗰陣，可以試下重新啟動一下電腦。
{% endhint %}

### 喺聊天框中啟用 MCP 服務

<figure><img src="/files/034b8588db6918bc56ff552903b2cc97cd643a53" alt=""><figcaption></figcaption></figure>

* 喺 `MCP 伺服器` 設定成功新增咗 MCP 伺服器

<figure><img src="/files/0811162f46031a9a76f590123d92a2b162c33316" alt=""><figcaption></figcaption></figure>

### **使用效果展示**

<figure><img src="/files/75e186f3409bd7c0e839acb57de21cc70affe819" alt=""><figcaption></figcaption></figure>

從上圖可以睇到，結合咗 MCP 嘅 `fetch` 功能後，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/zhong-wen-fan-ti/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.
