What is an MCP client?
An MCP client is an app that connects to MCP servers — an IDE, a desktop chat assistant, a CLI tool, and more — gaining tool-calling and context access through the standard protocol.
Discover AI apps that use MCP servers.
cherryhq
🍒 Cherry Studio is a desktop client that supports for multiple LLM providers.
bytedance
A GUI Agent application based on UI-TARS(Vision-Language Model) that allows you to control your computer using natural language.
nanbingxyz
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 .
openagentplatform
Dive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting function calling capabilities. ✨
nbonamy
Witsy: desktop AI assistant / universal MCP client
bigsweetpotatostudio
HyperChat is a Chat client that strives for openness, utilizing APIs from various LLMs to achieve the best Chat experience, as well as implementing productivity tools through the MCP protocol.
groq
Local Groq Desktop chat app with MCP support
runebookai
a magical desktop app that puts the power of LLMs and MCP in the hands of everyone
platinum-hill
This is a cross-platform desktop application that allows you to chat with locally hosted LLMs and enjoy features like MCP support
ai-ql
A Desktop Chat App that leverages MCP(Model Context Protocol) to interface with other LLMs.
toolbase-ai
A desktop application that adds powerful tools to Claude and AI platforms
amidabuddha
Python CLI for AI Chat with MCP support
dicklesworthstone
justjoehere
This is a proof of concept repo on how to create a gradio UI using the Model Context Protocol Client Python SDK.
openagentplatform
duke7able
first gemini based desktop client for MCP
seekrays
✨ A Sleek and Powerful AI Desktop Assistant that supports MCP integration✨
leehack
Demonstrate how to implement MCP Client in Flutter application with AI.
astrabert
Learn TypeScript chatting effortlessly with AI
yashmakan
destiner
Anthropic MCP client for macOS
evanzhoudev
kicker315
r-huijts
An Electron-based desktop application that integrates with the Rijksmuseum MCP server using the Model Context Protocol (MCP). This client enables AI-powered interactions with the Rijksmuseum's art collection through a chat interface.
mizakahk
MCP server for ”ゴママヨ”
justinhuang0208
This is a LaunchBar version of Raycast's AI extension function, which is integrated with Langchain and MCP to automatically complete tasks based on your prompt.
isoftstone-data-intelligence-ai
Open-Source General-Purpose AI Agent Platform**
Kochava
StationOne is a local-first, model-agnostic AI client and orchestration layer that enables users to build, run, and manage agentic workflows across multiple LLMs and MCP connectors. It provides a unified workspace for integrating AI models, tools, and data sources through the Mod
KrookedLilly
A transparent desktop overlay that gives your AI agent a visual presence on screen. Your AI picks its own body from a library of avatars, colors, and expressions or draws it's own in SVG. Windows, $4.99, 7-day free trial, no account required.
just-an-oldsalt
A local-only macOS Model Context Protocol server that exposes your Proton Mail account to Claude Desktop and Claude Code via Touch-ID-gated tool calls.
mcpso
SealinGp
MCP Video & Audio Text Extraction Server
ThinkInAIXYZ
Your AI Partner on Desktop
fernandezpablo85
MCP for the IOL public API
TimeCyber
This is an MCP client that allows you to easily configure various large models and develop interfaces with various MCP servers.
erikk-avans
Kiln-AI
Kiln is a free tool for building production-ready AI systems. It supports RAG pipelines, evaluations, agents, MCP tool-calling, synthetic data generation, and fine-tuning.
rafaelsztutman
Context-optimized MCP server for DTC e-commerce brands. Connect Claude (or any MCP client) to your Klaviyo and Shopify data with 16 pre-built analytics tools.
riisager
FullMention gives you structured visibility data from ChatGPT and Gemini in one single API call per keyword. Pull brands, websites, and products simultaneously without running 20+ separate query loops. Save massive API costs while unlocking complete market dominance insights.
ignaciohermosillacornejo
An MCP server that gives AI assistants access to your Copilot Money personal finance data. It reads from the locally cached Firestore database (LevelDB + Protocol Buffers) on your Mac. Reads are 100% local with zero network requests.
AtomicBot-ai
Private, free, open-source local AI chat and MCP host. Run 1000+ LLMs on your device, connect any MCP server (STDIO, HTTP, SSE) and use tools with local or cloud models - no cloud API required
Common questions about MCP clients and compatible applications
An MCP client is an app that connects to MCP servers — an IDE, a desktop chat assistant, a CLI tool, and more — gaining tool-calling and context access through the standard protocol.
If you're coding, a deeply integrated editor or agent like Cursor, VS Code, or Claude Code is usually the best fit. If you just want to chat with AI while it uses tools, a desktop chat client like Claude Desktop works well.
Yes — most clients let you declare several MCP servers in their config at once, and the AI picks the right tool for each task automatically.
Most modern MCP clients connect to local servers over stdio and increasingly support remote servers over Streamable HTTP or SSE. Available transports depend on the client version, so verify compatibility before adding a server.
Not exactly. They use similar server URLs, commands, arguments, and environment variables, but configuration locations, field names, authentication, and supported transports can differ. Follow the current documentation for each client.
Connect only to trusted servers, grant least-privilege access to files, databases, shells, and third-party APIs, and keep credentials in an OS keychain or dedicated secret store. Review enabled servers regularly, revoke unused credentials, and retain human confirmation for high-risk tool calls.