# Awesome Mcp Clients

> A collection of MCP clients.

- **Type:** MCP server
- **Install:** `agentstack add mcp-punkpeye-awesome-mcp-clients`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [punkpeye](https://agentstack.voostack.com/s/punkpeye)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [punkpeye](https://github.com/punkpeye)
- **Source:** https://github.com/punkpeye/awesome-mcp-clients
- **Website:** https://glama.ai/mcp/clients

## Install

```sh
agentstack add mcp-punkpeye-awesome-mcp-clients
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Awesome MCP Clients [](https://awesome.re)

[](https://glama.ai/mcp/discord)
[](https://www.reddit.com/r/mcp/)

A curated list of awesome Model Context Protocol (MCP) clients.

> [!NOTE]
> For most up to date MCP client list, please refer to https://glama.ai/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)
    - [askit-mcp](#askit-mcp)
    - [eechat](#eechat)
    - [5ire](#5ire)
    - [Agent Bridge](#agent-bridge)
    - [AgentOne](#agentone)
    - [AIaW](#aiaw)
    - [Ano](#ano)
    - [AstrBot](#AstrBot)
    - [Autohand Code CLI](#autohand-code-cli)
    - [AnythingLLM](#anythingllm)
    - [BrowseWiz](#browsewiz)
    - [Canvas MCP Client](#canvas-mcp-client)
    - [CarrotAI](#carrotai)
    - [Chainlit](#chainlit)
    - [ChatMCP](#chatmcp)
    - [Cherry Studio](#cherry-studio)
    - [Claude Desktop](#claude-desktop)
    - [Claude Code Open](#claude-code-open)
    - [ClaudeMind](#claudemind)
    - [Cline](#cline)
    - [console-chat-gpt](#console-chat-gpt)
    - [ContextKit](#contextkit)
    - [Copilot-MCP](#copilot-mcp)
    - [Cursor](#cursor)
    - [Continue](#continue)
    - [DeepChat](#deepchat)
    - [Dexto](#dexto)
    - [DocsGPT](#docsgpt)
    - [Dolphin-MCP](#dolphin-mcp)
    - [Fastchat MCP](#fastchat-mcp)
    - [Enola.dev](#enola)
    - [FLUJO](#flujo)
    - [Goose](#goose)
    - [Glue](#glue)
    - [HyperChat](#hyperchat)
    - [JDBCX](#jdbcx)
    - [kibitz](#kibitz)
    - [LangBot](#LangBot)
    - [Klavis AI](#klavis-ai)
    - [Kiro](#kiro)
    - [LibreChat](#librechat)
    - [Lutra](#lutra)
    - [mcp-agent](#mcp-agent)
    - [LobeHub](#lobehub)
    - [MCP Chatbot](#mcp-chatbot)
    - [MCP CLI client](#mcp-cli-client)
    - [MCPHost](#mcphost)
    - [MCP Playground](#mcp-playground)
    - [McPico](#mcpico)
    - [MCP Simple Slackbot](#mcp-simple-slackbot)
    - [Memex](#memex)
    - [MCPOmni Connect](#mcpomni-connect)
    - [MCP SuperAssistant](#mcp-superassistant)
    - [Nerve](#nerve)
    - [NextChat](#nextchat)
    - [Octomind](#octomind)
    - [oterm](#oterm)
    - [Slack MCP Client](#slack-mcp-client)
    - [Runbear](#runbear)
    - [Superinterface](#superinterface)
    - [SeekChat](#seekchat)
    - [Simple AI](#simple-ai)
    - [Tambo](#tambo)
    - [Taskade](#taskade)
    - [Tester MCP Client](#tester-mcp-client)
    - [Tiles Notebook](#tiles-notebook)
    - [Tome](#tome)
    - [Vercade](#vercade)
    - [VS Code GitHub Copilot](#vs-code-github-copilot)
    - [Windsurf](#windsurf)
    - [Witsy](#witsy)
    - [Enconvo](#enconvo)
    - [y-cli](#y-cli)
    - [Yume](#yume)
    - [Zed](#zed)
    - [MindPal](#mindpal)
    - [WhatsMCP](#whatsmcp)
    - [Runbear](#runbear)
    - [BoltAI](#boltai)
    - [Argo-LocalAI](#argo-localai)
    - [MCPCLIHost](#mcpclihost)
    - [AdaL](#adal)
    - [Agent-cli](#agent-cli)
    - [Zin MCP Client](#zin-mcp-client)
    - [Qordinate](#qordinate)
    - [PraisonAI](#praisonai)
  - [Servers](#servers)

### OpenClaw

GitHubhttps://github.com/openclaw/openclaw
Websitehttps://openclaw.ai
LicenseMIT
TypeSelf-hosted AI Agent
PlatformsLinux, Windows, MacOS, Docker
PricingFree
Programming LanguagesNode.js, TypeScript

**OpenClaw** is a powerful open-source AI agent that connects to multiple messaging platforms (WhatsApp, Telegram, Discord) and supports Model Context Protocol (MCP) for tool integration. It features a robust plugin ecosystem and automated workflows.

### askit-mcp

GitHubhttps://github.com/johnrobinsn/askit
Website-
LicenseApache 2.0
TypeCLI, Python library
PlatformsLinux, Windows, MacOS
PricingFree
Programming LanguagesPython

**askit-mcp** is a flexible asyncio Python library and CLI tool that allows various LLM models to extend their abilities by invoking services from Model Context Protocol (MCP) servers and by calling locally-defined Python functions..

`pip install git+https://github.com/johnrobinsn/askit.git`

Screenshots

### eechat

GitHubhttps://github.com/Lucassssss/eechat
Websitehttps://www.ee.chat/
LicenseModified Apache 2.0
TypeDesktop app
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesTypeScript

An open-source, cross-platform desktop application that seamlessly connects with full support for MCP, across Linux, macOS, and Windows.

Screenshots

### 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

### Agent Bridge

GitHubhttps://github.com/ramblinghermit0403/agent_bridge
Website-
LicenseMIT
TypeWeb app
PlatformsWeb
PricingFree
Programming LanguagesPython, Vue

A deployable web-based agent platform for remote MCP servers featuring human-in-the-loop tool permissions, enabling intelligent automation.

**Key Features:**
- **Web Client**: Modern interface
- **Remote MCP Servers**: Connectivity
- **Scalability/Enterprise**: Ready for business use
- **Human-in-the-loop**: Security/oversight
- **Tool Permissions**: Granular control

Screenshots

### AgentOne

GitHubhttps://github.com/AgentOne-Dev/agent-one-public
Websitehttps://www.agent-one.dev
LicenseProprietary
TypeDesktop app
PlatformsWindows, MacOS, Linux
PricingFreemium
Programming LanguagesTypeScript, Rust

AgentOne is a fully-featured AI agent desktop app that takes a goal in plain language and carries it out end-to-end across your apps. It connects 600+ AI models from 20+ providers (OpenAI, Anthropic, Google, xAI, Mistral, Groq, Cerebras, and more) with 2,000+ extensions for apps like Gmail, Notion, Slack, GitHub, and Google Calendar, and supports user-added MCP servers for further extensibility. Multiple agents can run in parallel, your data stays on your device by default, and you can bring your own API keys with no markup.

Learn more on the [website](https://www.agent-one.dev), [docs](https://docs.agent-one.dev), or [blog](https://blog.agent-one.dev). Get help on the [forum](https://forum.agent-one.dev).

Screenshots

### 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

### Ano

GitHub-
Websitehttps://ano.chat/
LicenseProprietary
TypeWeb, Desktop app
PlatformsmacOS, Windows, Linux, Web
PricingFree (during beta)
Programming LanguagesTypeScript, Rust, Swift

**Ano** is a collaborative chat and workspace for devs that features a native in-app terminal and integrated AI (like Claude Code). It is built as an MCP client, allowing users to run local CLIs, trigger custom automations, and connect to any Model Context Protocol (MCP) server directly from their channels.

### AstrBot

GitHubhttps://github.com/AstrBotDevs/AstrBot
Websitehttps://astrbot.app/
LicenseAGPL-3.0 license
TypeLLM chatbot and development framework
PlatformsWindows, MacOS, Linux, Android
PricingFree
Programming LanguagesVue, Python

AstrBot is an Easy-to-use multi-platform LLM chatbot and development framework Platform supports QQ, QQ channel, Telegram, WeChat, Qiwei, Lark | MCP server, OpenAI, DeepSeek, Gemini, Silicon Flow, Dark Side of the Moon, Ollama, OneAPI, Dify, etc. Comes with WebUI.

Screenshots

### Autohand Code CLI

GitHubhttps://github.com/autohandai/code-cli
Websitehttps://www.autohand.ai/code/
LicenseApache 2.0
TypeCLI, VS Code/Zed extension
PlatformsLinux, Windows, MacOS
PricingFree
Programming LanguagesTypeScript

Autohand Code CLI is a self-evolving autonomous coding agent with native MCP integration for external tool access. It supports 40+ built-in tools, multiple LLM providers (OpenRouter, Anthropic, OpenAI, Ollama), semantic code search, and a modular skills system, all from the terminal.

### AnythingLLM

GitHubhttps://github.com/Mintplex-Labs/anything-llm
Websitehttps://anythingllm.com/
LicenseMIT
TypeDesktop, Docker, Cloud-hosted
PlatformsWindows, MacOS, Linux, Docker, Cloud
PricingFree app, paid hosting
Programming LanguagesJavaScript

The all-in-one AI app you were looking for. Chat with your docs, use AI Agents, hyper-configurable, multi-user, & no frustrating set up required.

Screenshots

### BrowseWiz

GitHubN/A
Websitehttps://browsewiz.com
LicenseProprietary
TypeBrowser extension
PlatformsChromium-based desktop browsers
PricingFreemium
Programming LanguagesTypeScript

BrowseWiz is a *customizable* AI Chat, AI Assistant and AI Agent for browser's side panel.
It is a flexible tool that can help automate *your* workflows.

**Key Features:**
- give AI access to contexts: files, active tab, YT video transcript, text selected on a page
- manage collection of prompts, add 1-click prompt buttons
- set and manage system instructions
- bring your own key or model (OpenAI API-compatible)
- add tools for agentic capabilities via webhooks/APIs + JSON schema or by providing MCP server URLs (supports streamable HTTP and SSE)

Screenshots

### Canvas MCP Client

GitHubhttps://github.com/n00bvn/CanvasMCPClient
Websitehttps://canvas-mcp.com/
LicenseMIT
TypeWeb app
PlatformsWeb
PricingFree
Programming LanguagesPython, TypeScript

Canvas MCP Client is an infinite, zoomable, and pannable canvas. It provides a unified interface for interacting with multiple MCP (Model Context Protocol) servers through a flexible, widget-based system.

**Key Features:**

- Infinite Canvas: Organize your workspace spatially with unlimited zoom and pan capabilities
- Modular Widgets: Use 12+ pre-built widgets or create your own custom components
- No-code Widget Builder: Use the widget builder to create your own widgets without coding
- MCP Integration: Seamlessly connect to multiple MCP servers using the FastMCP library
- AI-Powered: Configure multiple AI providers (OpenAI, Anthropic, Ollama, Google) for enhanced functionality
- Template System: Save and share widget and dashboard configurations

Screenshots

### CarrotAI

GitHubhttps://github.com/Xingsandesu/CarrotAI
Websitehttps://jintongshu.com/solutions/agent/
LicenseApache 2.0*
TypeWeb app
PlatformsWeb
PricingFree
Programming LanguagesDart, Python

CarrotAI is an advanced AI agent application that enables real-time streaming chat using Server-Sent Events (SSE) and Streamable HTTP, with seamless integration of the Model Control Protocol (MCP). It supports concurrent connections to multiple SSE MCP servers and offers a multilingual user interface in English, Chinese, and Japanese.

Screenshots

### 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

### 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

### 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

### 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

### Claude Code Open

GitHubhttps://github.com/kill136/claude-code-open
Website-
LicenseMIT
TypeCLI, Web IDE
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesTypeScript

Open-source AI coding platform based on Claude Code CLI with full MCP protocol support. Features a browser-based Web IDE with Monaco editor, 37+ built-in tools, Blueprint multi-agent orchestration system, and scheduled task daemon. Supports MCP server configuration and integration for extending AI capabilities through external tools and services.

### 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

### 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

### 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

### ContextKit

GitHubhttps://github.com/eyalzh/context-kit
Website-
LicenseMIT
TypeCLI
PlatformsWindows, MacOS, Linux
PricingFree
Programming LanguagesPython

A CLI tool and MCP client for creating spec files for AI coding agents. ContextKit generates specs from reusable Jinja2-based templates, filling in context from various MCP sources and user input.

### 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

Scree

…

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [punkpeye](https://github.com/punkpeye)
- **Source:** [punkpeye/awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients)
- **License:** MIT
- **Homepage:** https://glama.ai/mcp/clients

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-punkpeye-awesome-mcp-clients
- Seller: https://agentstack.voostack.com/s/punkpeye
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
