diff --git a/README.md b/README.md
index 6c4e16f..a0d7890 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,7 @@ A curated list of awesome Model Context Protocol (MCP) clients.
- [Tester MCP Client](#tester-mcp-client)
- [Witsy](#witsy)
- [Enconvo](#enconvo)
+ - [y-cli](#y-cli)
- [Zed](#zed)
- [Servers](#servers)
@@ -487,6 +488,29 @@ Enconvo is your AI Agent Launcher that revolutionizes productivity. With instant
+### y-cli
+
+
+| GitHub | https://github.com/luohy15/y-cli |
+| Website | - |
+| License | MIT |
+| Type | CLI |
+| Platforms | Windows, MacOS, Linux |
+| Pricing | Free |
+| Programming Languages | Python |
+
+
+A tiny command-line interface chat application that brings AI conversations to your terminal. Features include chat data storage in JSONL files, interactive chat interface, support for multiple bot configurations compatible with OpenAI chat completion streaming format, Deepseek-r1 reasoning content support, and MCP client support with multiple server configurations.
+
+
+Screenshots
+
+
+
+
+
+
+
### Zed
diff --git a/screenshots/y-cli/interactive-chat.png b/screenshots/y-cli/interactive-chat.png
new file mode 100644
index 0000000..7495c8a
Binary files /dev/null and b/screenshots/y-cli/interactive-chat.png differ
diff --git a/screenshots/y-cli/mcp.gif b/screenshots/y-cli/mcp.gif
new file mode 100644
index 0000000..0a1d35d
Binary files /dev/null and b/screenshots/y-cli/mcp.gif differ
diff --git a/screenshots/y-cli/multi-mcp-server.png b/screenshots/y-cli/multi-mcp-server.png
new file mode 100644
index 0000000..1413492
Binary files /dev/null and b/screenshots/y-cli/multi-mcp-server.png differ