MCP Clients

AI-enabled text editors, standalone GUI chatbots, chat terminals, and developer ides that natively host Model Context Protocol configurations. Use these to trigger code edits, file system searches, or remote databases.

// CLIENT CONNECTION MATRIX

MCP Clients connect to servers over two primary channel formats:

  • Standard I/O subprocess loops: The client spawns the server as a local background process (e.g., node, python) and communicates through system stdin/stdout channels securely.
  • Server-Sent Events (SSE) HTTP proxies: Useful for remote or cloud-hosted servers. The client sends payload requests over HTTP, and receives stream events in long-lived SSE channels.