client

mcp-z/client
★ 0 stars TypeScript Code/Dev Tools Updated today
Programmatic MCP client library for Node.js - connect, discover, and call tools on Model Context Protocol servers.
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": {
    "client": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-z/client"
      ]
    }
  }
}

README Excerpt

Programmatic MCP client library for Node.js - connect, discover, and call tools on Model Context Protocol servers. - Run MCP tools from scripts - Connect to multiple servers in one process - Integration tests for MCP servers ```bash npm install --save-dev @mcp-z/client ``` Requires Node.js >= 22. ```ts

Tools (4)

cwddcrAuthenticatordialectsenv