diff --git a/README.md b/README.md index e94cf52..6d1b07b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ A curated list of awesome Model Context Protocol (MCP) clients. - [Clients](#clients) - [5ire](#5ire) - [ChatMCP](#chatmcp) + - [Cherry Studio](#cherry-studio) - [Claude Desktop](#claude-desktop) - [ClaudeMind](#claudemind) - [Cline](#cline) @@ -99,6 +100,37 @@ ChatMCP is an AI chat client implementing the Model Context Protocol (MCP). +### Cherry Studio + + + + + + + + +
GitHubhttps://github.com/CherryHQ/cherry-studio
Websitehttps://cherry-ai.com
LicenseApache 2.0 + Addendum Terms*
TypeDesktop app
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesTypeScript
+ +**Cherry Studio** is a desktop client that supports for multiple LLM providers, available on Windows, Mac and Linux. + +**Feature:** + +- **Multi-Model Support**: Integrates cloud (OpenAI, Gemini, Anthropic), web AI (Claude, Perplexity), and local models (Ollama, LM Studio). +- **AI Assistants**: 300+ presets, custom creation, and multi-model parallel chats. +- **Doc Processing**: Handles text/images/Office/PDF, WebDAV, Mermaid, and code highlighting. +- **Productivity**: Global search, topic management, AI translation, drag-drop, mini-programs, and **MCP server**. +- **UX**: Cross-platform (Win/Mac/Linux), plug-and-play, light/dark themes, transparent UI, full Markdown, and easy sharing. + +
+Screenshots + +![preview](./screenshots/cherry-studio/preview.png) +![settings](./screenshots/cherry-studio/settings.png) + +
+ + + ### Claude Desktop diff --git a/screenshots/cherry-studio/preview.png b/screenshots/cherry-studio/preview.png new file mode 100644 index 0000000..2047bfe Binary files /dev/null and b/screenshots/cherry-studio/preview.png differ diff --git a/screenshots/cherry-studio/settings.png b/screenshots/cherry-studio/settings.png new file mode 100644 index 0000000..411b0ff Binary files /dev/null and b/screenshots/cherry-studio/settings.png differ