mcp-servers-cli

zerotropism/mcp-servers-cli
★ 0 stars Python Code/Dev Tools Updated today
A simplistic CLI MCP client to explore and test any MCP server
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": {
    "mcp-servers-cli": {
      "command": "uvx",
      "args": [
        "mcp-servers-cli"
      ]
    }
  }
}

Or install with pip: pip install mcp-servers-cli