MCP Environment Installation
This document was translated from Chinese by AI and has not yet been reviewed.
This document is translated from Chinese by AI and has not yet been reviewed. I will try to check the document one by one to ensure the translation is reasonable.

MCP (Model Context Protocol) is an open-source protocol designed to provide context information to Large Language Models (LLMs) in a standardized way. For more information about MCP, please refer to Knowledge Popularization
Using MCP in Cherry Studio
Below, taking the fetch
function as an example, we demonstrate how to use MCP in Cherry Studio. Details can be found in the documentation.
Preparation: Install uv, bun
In Settings - MCP Server
, click the Install
button to automatically download and install. Since it's downloaded directly from GitHub, the speed might be slow, and there's a high chance of failure. Whether the installation is successful depends on whether there are files in the folder mentioned below.

Executable Installation Directory:
Windows: C:\Users\Username\.cherrystudio\bin
macOS, Linux: ~/.cherrystudio/bin

If installation fails:
You can soft link the corresponding commands in the system here. If the corresponding directory does not exist, you need to create it manually. Alternatively, you can manually download the executable files and place them in this directory:
Bun: https://github.com/oven-sh/bun/releases UV: https://github.com/astral-sh/uv/releases
Last updated
Was this helpful?