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.
utkucy
acnet-ai
kabrony
Personal agent with cross-platform capabilities and MCP integration using Claude 3.7
alvinveroy
A Python tool to query Context7 MCP for library docs. Integrates with Aider for AI coding. Install via pip install mcp_query and fetch docs easily.
akktrsst
crayon3shawn
MCP CLI Manager - 一個用於管理多個服務器的命令行工具
omchillure
k3d3
Firefox Claude MCP extension
navneet-ag
c1pher-cn
homeassistant mcpserver的临时中转方案
Automata-Labs-team
robert-githubusername
WinFormsApp-MCP Windows Forms application demonstrating Semantic Kernel with Model Context Protocol (MCP). Provides tool functionality for GitHub, GitLab, and filesystem operations. Works with ChatGPT models. API key required.
terminallylazy
intelligent-systems-lab
pawankumar94
A Streamlit-powered Jira assistant with MCP integration. Create, search, and manage Jira tickets through a clean tabbed interface using natural language commands or direct forms. Built with Python and MCP framework.
m-mcp
使用智普清言实现的web-search mcp服务
lingster
kin-10
使用大模型结合mcp协议
runekaagaard
A simple command line LLM chat agent with MCP support
attikpo-akrabal-godwin
PR Reviewer is a tool designed to analyze GitHub pull requests and create detailed reports in Notion. It leverages the MCP (Model Context Protocol) to facilitate communication and integration between different services.
sakil786
airbnb_mcp
juspay
A connector to connect agentic models to MCP tools
blacsheep
大模型搭配高德mcp的地址服务
binarybana
Easy RAG scripts for a local, embedded, MCP-enabled knowledge store.
korchasa
Universal LLM Agent based on MCP
ellieli0630
A LangGraph-based agent for creating, minting, registering IP assets with Story Protocol, and automatically posting about them on Twitter.
nachoal
mdhelaluddinbiswas
pickpppcc
rosiefaulkner
Convert user audio messages into text and convert text responses from the agent back to audio (text-to-speech) to play to the user. The AI voice agent is an expense manager with access to an MCP server with tools that allow CRUD (create, read, update, delete) operations on a data
alishangtian
一个强大的、可扩展的多智能体工作流引擎,支持Multi-Agent系统、auto-workflow、MCP-SERVER接入等功能,支持多种工具和资源,提供智能代理和自动化服务执行。
jlmelis
rairai77
MCP Weather Tool
dannyroosevelt
polymath-raval
ananis25
TUI to test model context protocol servers
namank5x
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.
danieloh30
annali
HistorIQ 是一個基於模型上下文協議(Model Context Protocol, MCP)架構的 AI 歷史小說平台。整合了 RAG(Retrieval-Augmented Generation)、AI Agent、與本地部署的大語言模型(LLM),讓使用者能夠以自然語言提問歷史事件、人物與文化主題,系統則透過多階段推理與知識檢索生成具脈絡性的回答。
emredeveloper
shahshrey
swairshah
Basic CLI mcp client which can use server.config
netixc
Speech MCP Project
mrniebit
实现MCP的服务端,获取各大平台的热搜
kokoiruby
A MCP client/server to interact with Kubernetes resources using natural language.
williamvd4
A simple CLI to run LLM prompt and implement MCP client.
kirintea
umuo
实现MCP的服务端,获取各大平台的热搜
sparktsao
craigsdennis
Makes use of the new OpenAI MCP tool and your remote MCP Server
shaoyingchen
Supports large models that access any API type, and provides an example of opening a local application
alessandrodorazio
A sample code to use Model Context Protocol with Claude APIs
l145dev
Google Maps MCP web application with speech to text functionality.
setkyar
rggh
denizakansoy
MCP Hackathon Repository
techspawn
A FastAPI-based application that provides a web interface for interacting with Multiple Control Protocol (MCP) servers while utilizing OpenAI's API for processing messages.
mashriram
AimeBox
一款基于 langchain + electron开发的多平台桌面端 Chat 客户端 支持本地知识库,tool调用,多个智能agent调用 目标尽量实现全离线本地可执行的智能agent
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.