mcp-client

hesedcasa/mcp-client
★ 0 stars TypeScript Code/Dev Tools Updated 2d ago
MCP client plugin — connects to MCP servers and registers tools as native CLI commands
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-client": {
      "command": "npx",
      "args": [
        "-y",
        "hesedcasa/mcp-client"
      ]
    }
  }
}

README Excerpt

MCP client plugin — connects to MCP servers and registers tools as native CLI commands <!-- toc --> * [mcp-client](#mcp-client) * [Usage](#usage) * [Commands](#commands) <!-- tocstop --> <!-- usage --> ```sh-session $ npm install -g @hesed/mcp-client $ mcp-client COMMAND running command... $ mcp-client (--version)