``` ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── screenshots/ ├── .DS_Store ├── aiaw/ ├── dark.png ├── dialog.png ├── mobile.png ├── plugins.png ├── chainlit/ ├── add-mcp.png ├── example.png ├── manage-mcps.png ├── chatmcp/ ├── preview.png ├── settings.png ├── cherry-studio/ ├── preview.png ├── settings.png ├── claude-desktop/ ├── claude-desktop.png ├── claudemind/ ├── ClaudeMind_Desktop_Chat_History.png ├── ClaudeMind_Desktop_NewChatPage.png ├── ClaudeMind_Desktop_Projects.png ├── cline/ ├── cline-demo.gif ├── console-chat-gpt/ ├── markdown_preview.gif ├── python_for_loop.gif ├── settings_preview.gif ├── continue/ ├── continue-demo.gif ├── copilot-mcp/ ├── preview.png ├── cursor/ ├── called.png ├── calling.png ├── cursor.png ├── new-server.png ├── settings.png ├── deepchat/ ├── deepchat.png ├── setting.png ├── dolphin-mcp/ ├── dolphin-mcp.png ├── enconvo/ ├── agent_use_mcp.png ├── mcp_config.png ├── github-copilot-mcp/ ├── mcp_config_vscode.png ├── mcp_use_in_copilot.png ├── goose/ ├── custom-extension-chat.png ├── custom-extension-tools-9d440447ae99b18ae92819e652148abe.png ├── extension settings.png ├── goose.png ├── list tools.png ├── hyperchat/ ├── image13.png ├── image21.png ├── image22.png ├── image33.png ├── image34.png ├── image35.png ├── image36.png ├── image42.png ├── image43.png ├── image44.png ├── image45.png ├── image46.png ├── image48.png ├── librechat/ ├── librechat.webp ├── mcp-cli-client/ ├── usage.png ├── mcp-simple-slackbot/ ├── demo.gif ├── mindpal/ ├── agent-config.jpg ├── mcp-integration.jpg ├── oterm/ ├── chat.png ├── mcp.svg ├── seekchat/ ├── screenshot-chat.png ├── screenshot-setting-mcp.png ├── superinterface/ ├── interfaces.png ├── mcp-chat.png ├── setup-1.png ├── setup-2.png ├── setup-3.png ├── tester-mcp-client/ ├── chat-ui.png ├── setup.png ├── whatsmcp/ ├── main.png ├── whatsmcp.gif ├── windsurf/ ├── easy-add-mcp-servers.png ├── settings-cascade-mcp.png ├── windsurf.png ├── witsy/ ├── main.jpg ├── mcp.jpg ├── y-cli/ ├── interactive-chat.png ├── mcp.gif ├── multi-mcp-server.png ``` ## /CONTRIBUTING.md # Contributing to Awesome MCP Servers Contributions are welcome and encouraged! Whether you're fixing a typo, adding a new client, or suggesting improvements, your help is appreciated. ## How to Contribute 1. **Fork the repository:** Click the "Fork" button in the top right corner of the GitHub page. 2. **Create a new branch:** Create a new branch for your changes. This keeps your changes separate from the main project until they're ready to be merged. A good branch name describes the changes you're making, e.g., `add-new-client` or `fix-typo`. ```bash git checkout -b add-new-client ``` 3. **Make your changes:** Edit the `README.md` file with your additions or corrections. Please follow the existing format and style. When adding a new client, make sure to include: * The client name, linked to its repository/website. * A brief description of the client's functionality. 4. **Commit your changes:** Commit your changes with a clear and concise message explaining what you've done. ```bash git commit -m "Add new XYZ client" ``` 5. **Push your branch:** Push your branch to your forked repository. ```bash git push origin add-new-client ``` 6. **Create a pull request:** Go to the original repository and click the "New pull request" button. Select your forked repository and branch. Provide a clear title and description of your changes in the pull request. 7. **Review and merge:** Your pull request will be reviewed by the maintainers. They may suggest changes or ask for clarification. Once the review is complete, your changes will be merged into the main project. ## Guidelines * **Keep it consistent:** Follow the existing format and style of the `README.md` file. This includes formatting, capitalization, and punctuation. * **Alphabetical order:** Maintain alphabetical order within each category of clients. This makes it easier to find specific clients. * **Accurate information:** Ensure that all information is accurate and up-to-date. Double-check links and descriptions before submitting your changes. * **One client per line:** List each client on a separate line for better readability. * **Clear descriptions:** Write concise and informative descriptions for each client. Explain what the client does and what its key features are. Thank you for contributing! ## /LICENSE ``` path="/LICENSE" The MIT License (MIT) ===================== Copyright © 2025 Frank Fiegel (frank@glama.ai) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ## /README.md # Awesome MCP Clients [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![Discord](https://img.shields.io/discord/1312302100125843476?logo=discord&label=discord)](https://glama.ai/mcp/discord) [![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/mcp?style=flat&logo=reddit&label=subreddit)](https://www.reddit.com/r/mcp/) A curated list of awesome Model Context Protocol (MCP) clients. * [What is MCP?](#what-is-mcp) * [Community](#community) * [Clients](#clients) * [Servers](#servers) ## What is MCP? [MCP](https://modelcontextprotocol.io/) is an open protocol that enables AI models to securely interact with local and remote resources through standardized server implementations. This list focuses on production-ready and experimental MCP clients that extend AI capabilities through file access, database connections, API integrations, and other contextual services. ## Community * [r/mcp Reddit](https://www.reddit.com/r/mcp) * [Discord Server](https://glama.ai/mcp/discord) ## Clients - [Awesome MCP Clients ](#awesome-mcp-clients-) - [What is MCP?](#what-is-mcp) - [Community](#community) - [Clients](#clients) - [5ire](#5ire) - [AIaW](#aiaw) - [Chainlit](#chainlit) - [ChatMCP](#chatmcp) - [Cherry Studio](#cherry-studio) - [Claude Desktop](#claude-desktop) - [ClaudeMind](#claudemind) - [Cline](#cline) - [console-chat-gpt](#console-chat-gpt) - [Copilot-MCP](#copilot-mcp) - [Cursor](#cursor) - [Continue](#continue) - [DeepChat](#deepchat) - [Dolphin-MCP](#dolphin-mcp) - [FLUJO](#flujo) - [Goose](#goose) - [HyperChat](#hyperchat) - [kibitz](#kibitz) - [LibreChat](#librechat) - [MCP Chatbot](#mcp-chatbot) - [MCP CLI client](#mcp-cli-client) - [MCP Simple Slackbot](#mcp-simple-slackbot) - [MCPOmni Connect](#mcpomni-connect) - [Nerve](#nerve) - [NextChat](#nextchat) - [oterm](#oterm) - [Superinterface](#superinterface) - [SeekChat](#seekchat) - [Tester MCP Client](#tester-mcp-client) - [VS Code GitHub Copilot](#vs-code-github-copilot) - [Windsurf](#windsurf) - [Witsy](#witsy) - [Enconvo](#enconvo) - [y-cli](#y-cli) - [Zed](#zed) - [MindPal](#mindpal) - [WhatsMCP](#whatsmcp) - [Servers](#servers) ### 5ire
GitHubhttps://github.com/nanbingxyz/5ire
Websitehttps://5ire.app/
LicenseModified Apache 2.0 (non-commercial)
TypeDesktop app
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesTypeScript
5ire is a cross-platform desktop AI assistant, MCP client. It compatible with major service providers, supports local knowledge base and tools via model context protocol servers.
Screenshots https://github.com/user-attachments/assets/a27494c5-437d-481c-a25f-74cfa5a2bc45
### AIaW
GitHubhttps://github.com/NitroRCr/AIaW
Websitehttps://aiaw.app/
LicenseBSD 3-Clause
TypeWeb app
PlatformsWeb
PricingFree
Programming LanguagesVue, TypeScript
AIaW is a cross-platform, full-featured and lightweight AI Chat client with full support for MCP.
Screenshots ![](./screenshots/aiaw/plugins.png) ![](./screenshots/aiaw/dialog.png) ![](./screenshots/aiaw/dark.png)
### Chainlit
GitHubhttps://github.com/chainlit/chainlit
Websitehttps://chainlit.io/
LicenseApache 2.0
TypeWeb app
PlatformsWeb
PricingFree
Programming LanguagesPython
Chainlit is a python framework to build conversational AI apps with support for MCP.
Screenshots ![example](./screenshots/chainlit/example.png) ![add-mcp](./screenshots/chainlit/add-mcp.png) ![manage-mcps](./screenshots/chainlit/manage-mcps.png)
### ChatMCP
GitHubhttps://github.com/daodao97/chatmcp
Website-
LicenseApache 2.0
TypeDesktop app
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesDart
ChatMCP is an AI chat client implementing the Model Context Protocol (MCP).
Screenshots ![](./screenshots/chatmcp/preview.png) ![](./screenshots/chatmcp/settings.png)
### 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
GitHub-
Websitehttps://claude.ai/download
LicenseProprietary
TypeDesktop app
PlatformsWindows, MacOS
PricingFree
Programming Languages-
The Claude desktop app brings Claude's capabilities directly to your computer, allowing for seamless integration with your workflow.
Screenshots ![](./screenshots/claude-desktop/claude-desktop.png)
### ClaudeMind
GitHub-
Websitehttps://claudemind.com/
LicenseProprietary
TypeDesktop app, JetBrains extension
PlatformsWindows, MacOS
PricingPer seat (from $29)
Programming Languages-
Experience Claude AI without limits. Use our desktop app for everyday AI assistance, or boost your coding productivity with our JetBrains plugin.
Screenshots ![](./screenshots/claudemind/ClaudeMind_Desktop_Chat_History.png) ![](./screenshots/claudemind/ClaudeMind_Desktop_NewChatPage.png) ![](./screenshots/claudemind/ClaudeMind_Desktop_Projects.png)
### Cline
GitHubhttps://github.com/cline/cline
Websitehttps://marketplace.visualstudio.com/items?itemName=saoudrizwan.claude-dev
LicenseApache 2.0
TypeVSCode extension
PlatformsWindows, MacOS
PricingFree
Programming LanguagesTypeScript
Cline can handle complex software development tasks step-by-step. With tools that let him create & edit files, explore large projects, use the browser, and execute terminal commands (after you grant permission), he can assist you in ways that go beyond code completion or tech support. Cline can even use the Model Context Protocol (MCP) to create new tools and extend his own capabilities. While autonomous AI scripts traditionally run in sandboxed environments, this extension provides a human-in-the-loop GUI to approve every file change and terminal command, providing a safe and accessible way to explore the potential of agentic AI.
Screenshots ![](./screenshots/cline/cline-demo.gif)
### console-chat-gpt
GitHubhttps://github.com/amidabuddha/console-chat-gpt
Website-
LicenseMIT
TypeCLI
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesPython
Enjoy seamless interactions with ChatGPT, MistralAI, Claude by Anthropic, Grok by xAI, Gemini by Google and DeepSeek directly from your command line. Elevate your chat experience with efficiency and ease.
Screenshots ![](./screenshots/console-chat-gpt/markdown_preview.gif) ![](./screenshots/console-chat-gpt/python_for_loop.gif) ![](./screenshots/console-chat-gpt/settings_preview.gif)
### Copilot-MCP
GitHubhttps://github.com/VikashLoomba/copilot-mcp
Website-
LicenseGPL-v3
TypeVSCode Extension
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesAny
VSCode extension that acts as a Model Context Protocol (MCP) client, enabling integration between MCP servers and GitHub Copilot Chat
Screenshots ![](./screenshots/copilot-mcp/preview.png)
### Cursor
GitHubhttps://github.com/getcursor/cursor
Websitehttps://cursor.com
LicenseProprietary
TypeDesktop app
PlatformsWindows, MacOS, Linux
PricingFreemium
Programming LanguagesTypeScript
Cursor is an AI-first code editor fork of VS Code that helps you code faster with built-in chat, edit, and debugging AI features. It supports MCP for enhanced AI capabilities and tool integration.
Screenshots ![Main Interface](./screenshots/cursor/cursor.png) ![Adding New MCP Server](./screenshots/cursor/new-server.png) ![Settings Interface](./screenshots/cursor/settings.png) ![Calling MCP Server](./screenshots/cursor/calling.png) ![MCP Server Response](./screenshots/cursor/called.png)
### Continue
GitHubhttps://github.com/continuedev/continue
Websitehttps://continue.dev/
LicenseApache 2.0
TypeVSCode extension, JetBrains extension
PlatformsWindows, MacOS
PricingFree
Programming LanguagesTypeScript
Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains.
Screenshots ![](./screenshots/continue/continue-demo.gif)
### DeepChat
GitHubhttps://github.com/thinkinaixyz/deepchat
Websitehttps://deepchat.thinkinai.xyz/
LicenseApache 2.0
TypeDesktop app
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesTypeScript
DeepChat is a cross-platform desktop AI assistant, MCP client. DeepChat brings the power of AI to your desktop with privacy and efficiency, making it your ideal companion for productive work.
Screenshots ![](./screenshots/deepchat/deepchat.png) ![](./screenshots/deepchat/setting.png)
### Dolphin-MCP
GitHubhttps://github.com/cognitivecomputations/dolphin-mcp
Website-
LicenseMIT
TypeCLI, Python library
PlatformsLinux, Windows, MacOS
PricingFree
Programming LanguagesPython
**Dolphin-MCP** is an open-source multi-server bridging client for MCP. It allows you to connect any MCP-compatible server any LLM (local or remote), enabling flexible tool usage and resource access in real-time. `pip install dolphin-mcp`
Screenshots ![](./screenshots/dolphin-mcp/dolphin-mcp.png)
### FLUJO
GitHubhttps://github.com/mario-andreschak/FLUJO
Websiteflujo.orchestraight.co
LicenseMIT
TypeWeb app
PlatformsWeb
PricingFree
Programming LanguagesTypeScript
Think n8n + ChatGPT. **FLUJO** is a desktop application that integrates with MCP to provide a workflow-builder interface for AI interactions. Built with Next.js and React, it supports both online and offline (ollama) models, it manages API Keys and environment variables centrally and can install MCP Servers from GitHub. FLUJO has a ChatCompletions endpoint and flows can be executed from other AI applications like Cline, Roo or Claude. - Environment & API Key Management - Model Management - MCP Server Integration - Workflow Orchestration - Chat Interface
Screenshots ![image](https://github.com/user-attachments/assets/24e23174-4f1d-46e6-bf67-d40bec7135af) ![image](https://github.com/user-attachments/assets/7cb93912-f39c-40b5-9b8c-f485df2d3b69) ![image](https://github.com/user-attachments/assets/b27481b6-7c94-4ce6-aeba-211c9b9cdd4c) ![image](https://github.com/user-attachments/assets/eb9ff7ce-9083-44c1-9643-78acee50a66d) ![image](https://github.com/user-attachments/assets/c8910046-b642-4278-b48e-61083740c7a4) ![image](https://github.com/user-attachments/assets/ea381dda-1b0a-44d7-8a91-7ab48189ecad) ![image](https://github.com/user-attachments/assets/9e122dc8-d40d-45ce-a9fe-6eebf8759c91) ![image](https://github.com/user-attachments/assets/076a5d0c-bb35-4765-a2dc-8423d103eeb0) ![image](https://github.com/user-attachments/assets/91cd4525-9b13-4a5a-8f88-72efc11a913d)
### Goose
GitHubhttps://github.com/block/goose
Website-
LicenseApache 2.0
TypeAI Agent
PlatformsMacOS, Linux
PricingFree
Programming LanguagesRust
Goose is a general-purpose AI agent that can dynamically plug into new extensions and learn how to use them. It solves higher-level problems using tools from multiple extensions and can interact with multiple extensions at once.
Screenshots ![Goose Logo](./screenshots/goose/goose.png) ![Custom Extension Chat](./screenshots/goose/custom-extension-chat.png) ![Custom Extension Tools](./screenshots/goose/custom-extension-tools-9d440447ae99b18ae92819e652148abe.png) ![Extension Settings](./screenshots/goose/extension%20settings.png) ![List Tools](./screenshots/goose/list%20tools.png)
### HyperChat
GitHubhttps://github.com/BigSweetPotatoStudio/HyperChat
Website-
LicenseApache 2.0*
TypeDesktop app
PlatformsWindows, MacOS
PricingFree
Programming LanguagesJavaScript
HyperChat is an open Chat client that can use various LLM APIs to provide the best Chat experience and implement productivity tools through the MCP protocol.
Screenshots ![](./screenshots/hyperchat/image13.png) ![](./screenshots/hyperchat/image21.png) ![](./screenshots/hyperchat/image22.png) ![](./screenshots/hyperchat/image33.png) ![](./screenshots/hyperchat/image34.png) ![](./screenshots/hyperchat/image35.png) ![](./screenshots/hyperchat/image36.png) ![](./screenshots/hyperchat/image42.png) ![](./screenshots/hyperchat/image43.png) ![](./screenshots/hyperchat/image44.png) ![](./screenshots/hyperchat/image45.png) ![](./screenshots/hyperchat/image46.png) ![](./screenshots/hyperchat/image48.png)
### kibitz
GitHubhttps://github.com/nick1udwig/kibitz
Websitehttps://kibi.tz
LicenseMIT
TypeMobile app, Desktop app
PlatformsMobile, Windows, MacOS, Linux
PricingFree
Programming LanguagesTypeScript
kibitiz is the free and open-source Replit. Minimally, it is a lightweight chat interface to the popular LLM APIs (Anthropic and OpenAI API formats supported). Experience automated tool loops: try asking your agent to use [wcgw](https://github.com/rusiaaman/wcgw) to make a change to a local repository, then fix linter and compiler errors, make a commit, and push to remote, all without user intervention! Even better, code on-the-go by setting up MCP servers on your laptop, then connecting from your mobile through [Kinode](https://github.com/kinode-dao/kinode).
Screenshots https://github.com/user-attachments/assets/3f8df448-1c81-4ff2-8598-c48283a4dc00
### LibreChat
GitHubhttps://github.com/danny-avila/LibreChat
Websitehttps://www.librechat.ai/
LicenseMIT license
TypeWeb app
Platforms-
PricingFree
Programming LanguagesTypeScript
Enhanced ChatGPT Clone: Features Agents, Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenAPI Actions, Functions, Secure Multi-User Auth, Presets, open-source for self-hosting.
Screenshots ![](./screenshots/librechat/librechat.webp)
### MCP Chatbot
GitHubhttps://github.com/3choff/mcp-chatbot
Website-
LicenseMIT
TypeCLI
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesPython
This chatbot example demonstrates how to integrate the Model Context Protocol (MCP) into a simple CLI chatbot. The implementation showcases MCP's flexibility by supporting multiple tools through MCP servers and is compatible with any LLM provider that follows OpenAI API standards. ### MCP CLI client
GitHubhttps://github.com/adhikasp/mcp-client-cli
Website-
LicenseMIT
TypeCLI
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesPython
A simple CLI to run LLM prompt and implement MCP client.
Screenshots ![](./screenshots/mcp-cli-client/usage.png)
### MCP Simple Slackbot
GitHubhttps://github.com/sooperset/mcp-client-slackbot
Website-
LicenseMIT
TypeSlack Bot
PlatformsSlack
PricingFree
Programming LanguagesPython
A simple Slack bot that uses LLMs and the Model Context Protocol (MCP) tools.
Screenshots ![](./screenshots/mcp-simple-slackbot/demo.gif)
### MCPOmni Connect
GitHubhttps://github.com/Abiorh001/mcp_omni_connect
Website-
LicenseMIT
TypeCLI
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesPython
A powerful universal CLI client for MCP Servers that provides seamless integration with multiple protocols, AI models, and tools through an intelligent interface. `uv add mcpomni-connect` or `pip install mcpomni-connect`
Screenshots ![mcp_client_new1](https://github.com/user-attachments/assets/9c4eb3df-d0d5-464c-8815-8f7415a47fce)
### Nerve
GitHubhttps://github.com/evilsocket/nerve
Websitehttps://github.com/evilsocket/nerve
LicenseGPL3
TypeCLI
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesPython
Nerve is an ADK ( Agent Development Kit ) and CLI designed to be a simple yet powerful platform for creating and executing LLM-based agents fully integrated with MCP.
Screenshots [![asciicast](https://asciinema.org/a/710433.svg)](https://asciinema.org/a/710433)
### NextChat
GitHubhttps://github.com/ChatGPTNextWeb/NextChat
Websitehttps://nextchat.club/
LicenseMIT
TypeWeb app
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesTypeScript
Light and Fast AI Assistant, with Claude, DeepSeek, GPT4, Gemini Pro & MCP support.
Screenshots ![](https://github.com/ChatGPTNextWeb/NextChat/blob/main/docs/images/cover.png)
### oterm
GitHubhttps://github.com/ggozad/oterm
Website-
LicenseMIT
TypeCLI
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesPython
A terminal client for Ollama, with support for MCP servers.
Screenshots ![](./screenshots/oterm/chat.png) ![](./screenshots/oterm/mcp.svg)
### Superinterface
GitHubhttps://github.com/supercorp-ai/superinterface
Websitehttps://superinterface.ai
LicenseProprietary
TypeWeb app
PlatformsWeb
PricingFreemium
Programming LanguagesTypeScript
Superinterface is AI infrastructure and a developer platform to build in-app AI assistants with support for MCP, interactive components, client-side function calling and more. Key features: - Use tools from MCP servers in assistants embedded via React components or script tags - SSE transport support - Use any AI model from any AI provider (OpenAI, Anthropic, Ollama, others)
Screenshots ![](./screenshots/superinterface/mcp-chat.png) ![](./screenshots/superinterface/interfaces.png) ![](./screenshots/superinterface/setup-1.png) ![](./screenshots/superinterface/setup-2.png) ![](./screenshots/superinterface/setup-3.png)
### SeekChat
GitHubhttps://github.com/seekrays/seekchat
Websitehttps://seekrays.com/chat/
LicenseApache 2.0
TypeDesktop app
PlatformsWindows, MacOS
PricingFree
Programming LanguagesTypeScript
✨ A Sleek and Powerful AI Chat Desktop Application ✨ SeekChat supports MCP tool execution, enabling AI to directly control your computer and perform various tasks. Easily automate file management, data analysis, code development, and more, turning AI into a truly intelligent assistant.
Screenshots ![](./screenshots/seekchat/screenshot-chat.png) ![](./screenshots/seekchat/screenshot-setting-mcp.png)
### Tester MCP Client
GitHubhttps://github.com/apify/tester-mcp-client
Websitehttps://apify.com/jiri.spilka/tester-mcp-client
LicenseApache 2.0
TypeWeb app
PlatformsWeb
PricingFreemium
Programming LanguagesJavaScript
A client that connects to any MCP server using Server-Sent Events (SSE) and displays conversations in a chat-like UI. It is a standalone Apify Actor for testing MCP servers over SSE, with support for Authorization headers. Built with plain JavaScript (old-school style) and hosted on Apify, it requires no setup to run. Key features: - Connects to any MCP server via Server-Sent Events (SSE). - Works with the [Apify MCP Server](https://apify.com/apify/actors-mcp-server) to interact with one or more Apify [Actors](https://apify.com/store). - Dynamically utilizes tools based on context and user queries (if supported by the server). - Open-source—review, suggest improvements, or modify as needed.
Screenshots ![](./screenshots/tester-mcp-client/setup.png) ![](./screenshots/tester-mcp-client/chat-ui.png)
### VS Code GitHub Copilot
GitHubhttps://github.com/microsoft/vscode
Websitehttps://code.visualstudio.com/
LicenseMIT
TypeDesktop app, Web app
PlatformsWindows, MacOS, Linux, Web
PricingFreemium (GitHub Copilot subscription)
Programming LanguagesTypeScript
VS Code integrates MCP with GitHub Copilot through [agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode), allowing direct interaction with MCP-provided tools within your agentic coding workflow. Configure servers in Claude Desktop, workspace or user settings, with guided MCP installation and secure handling of keys in input variables to avoid leaking hard-coded keys. **Key Features:** - Support for stdio and server-sent events (SSE) transport - Per-session selection of tools per agent session for optimal performance - Easy server debugging with restart commands and output logging - Tool calls with editable inputs and always-allow toggle - Integration with existing VS Code extension system to register MCP servers from extensions ### Windsurf
GitHubN/A
Websitehttps://codeium.com/windsurf
LicenseProprietary
TypeDesktop app
PlatformsWindows, MacOS, Linux
PricingFreemium
Programming LanguagesTypeScript
The first agentic IDE, and then some. The Windsurf Editor is where the work of developers and AI truly flow together, allowing for a coding experience that feels like literal magic.
Screenshots ![Main Interface](./screenshots/windsurf/windsurf.png) ![Adding New MCP Server](./screenshots/windsurf/easy-add-mcp-servers.png) ![Settings Interface](./screenshots/windsurf/settings-cascade-mcp.png)
### Witsy
GitHubhttps://github.com/nbonamy/witsy
Websitehttps://witsyai.com
LicenseApache 2.0
TypeDesktop app
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesTypescript, Vue
Witsy is an AI desktop assistant supporting models from all major providers and one keyboard shortcut away!
Screenshots ![](./screenshots/witsy/main.jpg) ![](./screenshots/witsy/mcp.jpg)
### Enconvo
GitHubhttps://github.com/Enconvo
Websitehttps://enconvo.com
LicenseProprietary
TypeDesktop app
Platforms MacOS
PricingFreemium
Programming LanguagesTypescript, Python , Swift
Enconvo is your AI Agent Launcher that revolutionizes productivity. With instant access, automate your daily tasks effortlessly. Our intelligent AI Agent system, powered by 150+ built-in tools and MCP support, learns and adapts to your workflow. Experience seamless automation and enhanced productivity with the most versatile AI assistant for macOS.
Screenshots ![](./screenshots/enconvo/agent_use_mcp.png) ![](./screenshots/enconvo/mcp_config.png)
### y-cli
GitHubhttps://github.com/luohy15/y-cli
Website-
LicenseMIT
TypeCLI
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesPython
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 ![Interactive Chat](./screenshots/y-cli/interactive-chat.png) ![MCP Server Configurations](./screenshots/y-cli/multi-mcp-server.png) ![MCP Demo](./screenshots/y-cli/mcp.gif)
### Zed
GitHubhttps://github.com/zed-industries/zed
Websitehttps://zed.dev/
LicenseGNU
TypeDesktop app
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesRust
Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Screenshots https://github.com/user-attachments/assets/95624731-5469-4b58-a21f-bbb31d9838fa
### MindPal
GitHubhttps://github.com/mindpal-ai/mindpal
Websitehttps://mindpal.io
LicenseProprietary
TypeWeb app
PlatformsWeb
PricingFreemium
Programming LanguagesTypeScript
MindPal is a no-code platform for building and deploying AI agents and multi-agent workflows. It enables anyone without technical skills to create powerful AI automation solutions by connecting any AI model with any tool. Build complex workflows where multiple AI agents work together to accomplish tasks, with built-in support for MCP servers and tools. Key features: - No-code AI agent builder - Multi-agent workflow orchestration - Support for any AI model provider - MCP server integration - Visual workflow designer - Built-in tool marketplace
Screenshots ![](./screenshots/mindpal/agent-config.jpg) ![](./screenshots/mindpal/mcp-integration.jpg)
### WhatsMCP
GitHubN/A
Websitehttps://wassist.app/mcp/
LicenseProprietary
TypeMobile app
PlatformsWhatsApp
PricingFreemium
Programming LanguagesN/A
WhatsMCP is a WhatsApp agent that allows you to interact with MCP servers. It is a simple and easy to use tool that allows you to interact with your AI stack from WhatsApp.
Screenshots ![](./screenshots/whatsmcp/main.png) ![](./screenshots/whatsmcp/whatsmcp.gif)
## Servers Looking for MCP servers? Check out the [awesome-mcp-servers](https://github.com/punkpeye/awesome-mcp-servers) repository. ## /screenshots/.DS_Store Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/.DS_Store ## /screenshots/aiaw/dark.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/aiaw/dark.png ## /screenshots/aiaw/dialog.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/aiaw/dialog.png ## /screenshots/aiaw/mobile.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/aiaw/mobile.png ## /screenshots/aiaw/plugins.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/aiaw/plugins.png ## /screenshots/chainlit/add-mcp.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/chainlit/add-mcp.png ## /screenshots/chainlit/example.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/chainlit/example.png ## /screenshots/chainlit/manage-mcps.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/chainlit/manage-mcps.png ## /screenshots/chatmcp/preview.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/chatmcp/preview.png ## /screenshots/chatmcp/settings.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/chatmcp/settings.png ## /screenshots/cherry-studio/preview.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/cherry-studio/preview.png ## /screenshots/cherry-studio/settings.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/cherry-studio/settings.png ## /screenshots/claude-desktop/claude-desktop.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/claude-desktop/claude-desktop.png ## /screenshots/claudemind/ClaudeMind_Desktop_Chat_History.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/claudemind/ClaudeMind_Desktop_Chat_History.png ## /screenshots/claudemind/ClaudeMind_Desktop_NewChatPage.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/claudemind/ClaudeMind_Desktop_NewChatPage.png ## /screenshots/claudemind/ClaudeMind_Desktop_Projects.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/claudemind/ClaudeMind_Desktop_Projects.png ## /screenshots/cline/cline-demo.gif Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/cline/cline-demo.gif ## /screenshots/console-chat-gpt/markdown_preview.gif Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/console-chat-gpt/markdown_preview.gif ## /screenshots/console-chat-gpt/python_for_loop.gif Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/console-chat-gpt/python_for_loop.gif ## /screenshots/console-chat-gpt/settings_preview.gif Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/console-chat-gpt/settings_preview.gif ## /screenshots/continue/continue-demo.gif Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/continue/continue-demo.gif ## /screenshots/copilot-mcp/preview.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/copilot-mcp/preview.png ## /screenshots/cursor/called.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/cursor/called.png ## /screenshots/cursor/calling.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/cursor/calling.png ## /screenshots/cursor/cursor.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/cursor/cursor.png ## /screenshots/cursor/new-server.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/cursor/new-server.png ## /screenshots/cursor/settings.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/cursor/settings.png ## /screenshots/deepchat/deepchat.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/deepchat/deepchat.png ## /screenshots/deepchat/setting.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/deepchat/setting.png ## /screenshots/dolphin-mcp/dolphin-mcp.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/dolphin-mcp/dolphin-mcp.png ## /screenshots/enconvo/agent_use_mcp.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/enconvo/agent_use_mcp.png ## /screenshots/enconvo/mcp_config.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/enconvo/mcp_config.png ## /screenshots/github-copilot-mcp/mcp_config_vscode.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/github-copilot-mcp/mcp_config_vscode.png ## /screenshots/github-copilot-mcp/mcp_use_in_copilot.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/github-copilot-mcp/mcp_use_in_copilot.png ## /screenshots/goose/custom-extension-chat.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/goose/custom-extension-chat.png ## /screenshots/goose/custom-extension-tools-9d440447ae99b18ae92819e652148abe.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/goose/custom-extension-tools-9d440447ae99b18ae92819e652148abe.png ## /screenshots/goose/extension settings.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/goose/extension settings.png ## /screenshots/goose/goose.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/goose/goose.png ## /screenshots/goose/list tools.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/goose/list tools.png ## /screenshots/hyperchat/image13.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/hyperchat/image13.png ## /screenshots/hyperchat/image21.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/hyperchat/image21.png ## /screenshots/hyperchat/image22.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/hyperchat/image22.png ## /screenshots/hyperchat/image33.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/hyperchat/image33.png ## /screenshots/hyperchat/image34.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/hyperchat/image34.png ## /screenshots/hyperchat/image35.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/hyperchat/image35.png ## /screenshots/hyperchat/image36.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/hyperchat/image36.png ## /screenshots/hyperchat/image42.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/hyperchat/image42.png ## /screenshots/hyperchat/image43.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/hyperchat/image43.png ## /screenshots/hyperchat/image44.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/hyperchat/image44.png ## /screenshots/hyperchat/image45.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/hyperchat/image45.png ## /screenshots/hyperchat/image46.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/hyperchat/image46.png ## /screenshots/hyperchat/image48.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/hyperchat/image48.png ## /screenshots/librechat/librechat.webp Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/librechat/librechat.webp ## /screenshots/mcp-cli-client/usage.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/mcp-cli-client/usage.png ## /screenshots/mcp-simple-slackbot/demo.gif Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/mcp-simple-slackbot/demo.gif ## /screenshots/mindpal/agent-config.jpg Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/mindpal/agent-config.jpg ## /screenshots/mindpal/mcp-integration.jpg Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/mindpal/mcp-integration.jpg ## /screenshots/oterm/chat.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/oterm/chat.png ## /screenshots/oterm/mcp.svg ```svg path="/screenshots/oterm/mcp.svg" oTerm oTerm — A terminal-based Ollama client. qwen2.5-coder:latestchat #2 - llama3.2:latestchat #3 - llama3.2:latest ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━                                                                                                              model: llama3.2:latest meGit status at /oterm ollamaThe current status of the repository at /oterm shows that it is on branch feature/mcp-support. The branch is  up-to-date with its corresponding remote branch origin/feature/mcp-support. There are four modified files in the working directory: ● src/oterm/app/oterm.py ● src/oterm/ollamaclient.py ● src/oterm/tools/init.py ● src/oterm/tools/mcp.py These files have been changed but not staged for commit. To update what will be committed, you can use "git add ...". To discard changes in the working directory, use "git restore ...". If you want to proceed with committing these  changes, you can use "git commit -a". ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔ Message Ollama…post ▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁  ^l multiline  ^i add image  ↑ history  ^tab next chat  shift+^tab prev chat  ^⌫ delete chat  ^n new chat  ^q quit ^p palette ``` ## /screenshots/seekchat/screenshot-chat.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/seekchat/screenshot-chat.png ## /screenshots/seekchat/screenshot-setting-mcp.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/seekchat/screenshot-setting-mcp.png ## /screenshots/superinterface/interfaces.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/superinterface/interfaces.png ## /screenshots/superinterface/mcp-chat.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/superinterface/mcp-chat.png ## /screenshots/superinterface/setup-1.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/superinterface/setup-1.png ## /screenshots/superinterface/setup-2.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/superinterface/setup-2.png ## /screenshots/superinterface/setup-3.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/superinterface/setup-3.png ## /screenshots/tester-mcp-client/chat-ui.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/tester-mcp-client/chat-ui.png ## /screenshots/tester-mcp-client/setup.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/tester-mcp-client/setup.png ## /screenshots/whatsmcp/main.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/whatsmcp/main.png ## /screenshots/whatsmcp/whatsmcp.gif Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/whatsmcp/whatsmcp.gif ## /screenshots/windsurf/easy-add-mcp-servers.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/windsurf/easy-add-mcp-servers.png ## /screenshots/windsurf/settings-cascade-mcp.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/windsurf/settings-cascade-mcp.png ## /screenshots/windsurf/windsurf.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/windsurf/windsurf.png ## /screenshots/witsy/main.jpg Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/witsy/main.jpg ## /screenshots/witsy/mcp.jpg Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/witsy/mcp.jpg ## /screenshots/y-cli/interactive-chat.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/y-cli/interactive-chat.png ## /screenshots/y-cli/mcp.gif Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/y-cli/mcp.gif ## /screenshots/y-cli/multi-mcp-server.png Binary file available at https://raw.githubusercontent.com/punkpeye/awesome-mcp-clients/refs/heads/main/screenshots/y-cli/multi-mcp-server.png The better and more specific the context, the better the LLM can follow instructions. If the context seems verbose, the user can refine the filter using uithub. Thank you for using https://uithub.com - Perfect LLM context for any GitHub repo.