mcp-client-server-cli-demo

JsPowWow/mcp-client-server-cli-demo
★ 0 stars TypeScript AI/LLM Updated 5d ago
Teaching CLI demo of the Model Context Protocol (MCP): tools, resources, prompts, sampling, and notifications — TypeScript port of the Anthropic course examples.
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-server-cl": {
      "command": "npx",
      "args": [
        "-y",
        "JsPowWow/mcp-client-server-cli-demo"
      ]
    }
  }
}