The three participants at a glance
The API, database, file system, or SaaS product behind an MCP server is an external system. It does not need to support MCP when the server translates between MCP and the system’s existing interface.
What is an MCP host?
An MCP host is the application that brings the user, AI model, and MCP connections together. Examples include an AI assistant, coding environment, desktop application, or internal agent platform. A host commonly:- Creates and manages MCP clients
- Decides which servers can connect
- Controls what conversation context a server receives
- Combines approved context from multiple servers
- Presents consent and confirmation interfaces
- Applies application-level security policies
What is an MCP client?
An MCP client is the protocol component inside the host that communicates with one MCP server. The client:- Opens and maintains the connection
- Negotiates the protocol version and capabilities
- Sends requests and notifications
- Receives responses and server notifications
- Handles connection errors and shutdown
The host and client are different roles even when one application implements both. The host coordinates the complete AI experience; the client manages a specific MCP connection.
What is an MCP server?
An MCP server is a program that makes selected data, actions, or workflows available through MCP. A server can expose: It can run as a local process or as a remote service. A server should expose a focused set of capabilities and enforce authorization when it accesses the underlying system.How they work together
A typical connection follows this sequence:- The user enables or selects an MCP server in the host.
- The host creates an MCP client for that server.
- The client connects through an MCP transport.
- The client and server negotiate supported capabilities.
- The client discovers the server’s available features.
- The host decides how those features appear to the user and model.
- The client and server exchange requests, results, and notifications.
Where control belongs
MCP standardizes communication. It does not replace authentication, authorization, validation, or user consent.