mcptool

cortesi/mcptool
★ 7 stars Rust Code/Dev Tools Updated 5mo ago ✓ Clean
A versatile command‑line utility for connecting to, testing, and probing **MCP** servers from your terminal.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcptool": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcptool"
      ]
    }
  }
}