> For the complete documentation index, see [llms.txt](https://docs.cherry-ai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherry-ai.com/docs/zhong-wen-fan-ti/advanced-basic/mcp/builtin.md).

# 內置 MCP 配置

Cherry Studio **預裝咗幾個常用 MCP**，唔使手動安裝就可以喺 `設定 → MCP 伺服器` 入面啟用。以下係而家內置清單，**新版本可能會調整**，請以應用內實際顯示為準。

> 想自己裝其他 MCP？睇 [配置同使用 MCP](/docs/zhong-wen-fan-ti/advanced-basic/mcp/config.md)。

### 通用工具

#### `@cherry/fetch`

用嚟取得 URL 網頁內容嘅 MCP 伺服器。日常俾 AI「睇吓某個網頁」嘅首選。

#### `@cherry/browser`

透過 Chrome DevTools 協議控制隱藏嘅 Electron 視窗，支援打開 URL、執行單行 JS、重設會話。適合需要畀 AI 操作真實瀏覽器、讀取動態網頁嘅場景。

#### `@cherry/filesystem`

實現檔案系統操作嘅 Node.js MCP 伺服器，令 AI 可以讀取、建立、修改本地檔案。**必須配置允許存取嘅目錄**，否則無法啟動：

```
WORKSPACE_ROOT=/Users/yourname/your-project-dir
```

如果唔配置環境變量，就需要喺對話中手動指定路徑。

#### `@cherry/python`

喺 Pyodide 沙盒入面執行 Python 代碼，支援大多數標準庫同科學計算包。畀 AI「自己跑一段 Python」做數據分析、畫圖、轉換格式都好合適。

#### `@cherry/brave_search`

整合 [Brave Search API](https://brave.com/search/api/) 嘅搜尋工具，提供網頁同本地搜尋雙重功能。要先去 Brave 申請 API Key 並配置環境變量：

```
BRAVE_API_KEY=你嘅_brave_api_key
```

### 記憶類

#### `@cherry/memory`

基於本地知識圖譜嘅持久性記憶基礎實現，令模型喺唔同對話之間記住用戶相關資訊。需要配置 `MEMORY_FILE_PATH` 環境變量：

```
MEMORY_FILE_PATH=/path/to/memory.json
```

> 註：呢個係 MCP 形式嘅記憶。**Cherry Studio 嘅** [**全局記憶**](/docs/zhong-wen-fan-ti/advanced-basic/memory.md) 係更上層嘅功能，兩者可以疊加，但通常用其中之一就得。

#### `@cherry/nowledge_mem`

接入 [Nowledge Mem](https://mem.nowledge.co/) 應用，將對話、工具、筆記、智能體同檔案都保存喺本地嘅私有記憶系統入面。要先喺本機安裝 Nowledge Mem。

### 思維 / 框架

#### `@cherry/sequentialthinking`

提供「結構化思維過程」工具，令 AI 喺解決複雜問題時一步步推理，並且喺推理過程中可以回溯、反思。適合複雜邏輯任務。

#### `@cherry/mcp-auto-install`

令 AI 喺對話中自動搜尋並安裝其他 MCP（測試版）。詳見 [自動安裝 MCP](/docs/zhong-wen-fan-ti/advanced-basic/mcp/auto-install.md)。

### 國內服務整合

#### `@cherry/dify_knowledge`

透過 Dify 平台存取知識庫。詳見 [設定 Dify 知識庫](/docs/zhong-wen-fan-ti/advanced-basic/mcp/dify.md)。

#### `@cherry/flomo`

連接 flomo 筆記，畀 AI 幫你快速記錄想法。需要 flomo 帳號授權。

#### `@cherry/didi_mcp`

整合滴滴出行：地圖搜尋、價格預估、訂單管理、司機追蹤等能力。**只支援中國大陸地區**，需要配置 `DIDI_API_KEY` 環境變量。

### 總結

| 適用場景              | 推薦內置 MCP                                                                                 |
| ----------------- | ---------------------------------------------------------------------------------------- |
| 想畀 AI 讀網頁         | `@cherry/fetch` 或者 `@cherry/browser`                                                     |
| 想畀 AI 搜網絡（結構化結果）  | `@cherry/brave_search`                                                                   |
| 想畀 AI 處理本地檔案      | `@cherry/filesystem`                                                                     |
| 想畀 AI 跑 Python 代碼 | `@cherry/python`                                                                         |
| 想畀 AI 接 Dify 知識庫  | `@cherry/dify_knowledge`                                                                 |
| 想畀 AI 持久記憶        | 優先用上層嘅 [全局記憶](/docs/zhong-wen-fan-ti/advanced-basic/memory.md)，需要高級控制再用 `@cherry/memory` |
| 令 AI 幫你安裝其他 MCP   | `@cherry/mcp-auto-install`                                                               |

啟用方法都一樣：喺 `設定 → MCP 伺服器` 入面搵到對應條目，跟提示填入環境變量，撳啟用就得。

***

### 💡 獲取幫助同提交反饋

如果您喺配置或使用過程中遇到任何疑問、Bug 或有功能改進建議，請參考 [反饋同建議](/docs/zhong-wen-fan-ti/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:

```
GET https://docs.cherry-ai.com/docs/zhong-wen-fan-ti/advanced-basic/mcp/builtin.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.
