MCP Directory
Back

mcp-probe

by conikeec · Rust · ★ 125

A Model Context Protocol (MCP) client library and debugging toolkit in Rust. This foundation provides both a production-ready SDK for building MCP integrations and the core architecture for an interactive debugger.

#mcp#mcp-client#mcp-server#model-context-protocol#model-context-protocol-servers

Install

cargo install --git https://github.com/conikeec/mcp-probe.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-probe": {
      "command": "npx",
      "args": [
        "-y",
        "github:conikeec/mcp-probe"
      ]
    }
  }
}

From the README

[](https://terminaltrove.com/mcp-probe/) [](https://www.rust-lang.org) [](LICENSE) [](Cargo.toml) **MCP Probe** is a powerful Terminal User Interface (TUI) for debugging, testing, and interacting with Model Context Protocol (MCP) servers. It provides an intuitive, feature-rich alternative to command-line MCP inspectors with real-time protocol analysis, capability discovery, and interactive tool execution. | Feature | Traditional CLI Tools | MCP Probe TUI | | ------------------------ | ---------------------- | -------------------------------…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers