MCP Client.
A consumer that connects to one or more MCP servers. Claude Code, Cursor, Windsurf are all MCP clients.
An MCP client is the side of an LLM application that connects to MCP servers and speaks the protocol. Tools like Claude Desktop, Cursor, and Cline include a built-in MCP client. The client's job: discover the server, expose its tools/resources/prompts to the LLM, route any tool call from the model to the server, and feed the result back. From a developer's perspective, a new MCP server is added in just a few lines of JSON config.
Bir veya daha fazla MCP server'a bağlanan tüketici. Claude Code, Cursor, Windsurf hepsi MCP client.
MCP client, bir LLM uygulamasının MCP server'lara bağlanan ve protokolü konuşan tarafıdır. Claude Desktop, Cursor, Cline gibi araçlar yerleşik MCP client içerir. MCP client'ın işi: server'ı keşfet, sağladığı tool/resource/prompt'ları LLM'e tanıt, model bir tool çağırdığında server'a ilet, sonucu modele geri ver. Geliştirici cephesinde birkaç satır JSON config ile yeni bir MCP server bağlanabilir.