Client Ref icon

Client Ref

1

Provides a terminal-based user interface for testing Model Context Protocol (MCP) servers.

소개

Client Ref is a terminal-based client designed for interacting with and testing Model Context Protocol (MCP) servers. Built with the Textual TUI library, it allows developers to connect to MCP servers defined in a configuration file (following the format used by the Claude Desktop app) and inspect their functionality. It leverages the magentic library to connect to LLM APIs, and defaults to using the Claude Haiku model (requiring an ANTHROPIC_API_KEY). The client also features an inspector screen accessible through the command palette, aiding in debugging and testing server behavior.

주요 기능

  • Terminal-based user interface built with Textual
  • Supports MCP server configuration via JSON file
  • Includes an MCP server inspector for debugging
  • Connects to LLM APIs using the magentic library
  • Uses Claude Haiku model by default
  • 1 GitHub stars

사용 사례

  • Testing and debugging MCP server implementations
  • Interacting with MCP servers from the command line
  • Inspecting the behavior of MCP servers