Anthropic's agentic coding CLI — full MCP support for tools, resources and prompts in the terminal.
MCP Clients
Applications that speak Model Context Protocol — chat apps, IDEs and agents that can use MCP servers.
5 listings in this category
Anthropic's desktop app for Claude — the original MCP client with local server support.
Open-source autonomous coding agent for VS Code with rich MCP integration and a server marketplace.
The AI-first code editor supports MCP servers for tools and context inside agent mode.
High-performance collaborative code editor with MCP context servers for its AI assistant.
Nothing in this subcategory yet — submit a tool!
About MCP Clients
MCP Clients are applications that have implemented the Model Context Protocol, allowing them to connect to MCP servers and expand the AI's capabilities dynamically. Chat interfaces, IDE extensions, and autonomous agents all appear in this category. A well-implemented MCP client handles server discovery, OAuth authentication flows, tool call routing, and graceful fallback when a server is unavailable. The client side of the equation matters as much as the server: a powerful MCP server is only useful if the client exposes it intelligently to the user. When comparing clients, consider how many simultaneous servers they support, whether they surface available tools clearly, how they handle tool call failures, and what level of user control exists over which servers are connected. The best clients integrate MCP as a core part of their product rather than a bolted-on feature.